I am trying to integrate Razorpay cordova plugin in my ionic app. It works find for Android. But for iOS I am getting below error when I run the app in Xcode. I am unable to proceed further. Please help me resolve the same. FYI, I have integrated as per the steps mentioned in the integration video and have added Razorpay framework in "Embedded Binaries" and have updated "Always Embed Swift Standard Libraries" to "Yes"
Error Msg: dyld: Library not loaded: @rpath/libswiftCore.dylib
Referenced from: /Users//Library/Developer/CoreSimulator/Devices/B12116FD-C014-41B6-A5BF-6CEE7F079850/data/Containers/Bundle/Application/A76F064E-8CCA-4F93-A6CC-6E2C140CC231/The SICA.app/Frameworks/Razorpay.framework/Razorpay
Reason: image not found
IDE Specs Xcode: 10.1 Swift version: 4.2.1 Razorpay Version: 1.4.8 (com.razorpay.cordova)