iamnabink / flutter_esewa

An un-official Flutter plugin for eSewa Payment Gateway, integrate with ease and without any hassle.
https://pub.dev/packages/esewa_flutter
MIT License
3 stars 2 forks source link

Could not find module 'EsewaSDK' #3

Closed riteshghimire9090 closed 10 months ago

riteshghimire9090 commented 1 year ago

Could not find module 'EsewaSDK' for target 'arm64-apple-ios'; found: x86_64-apple-ios-simulator, arm64-apple-ios-simulator, at:

/ios/.symlinks/plugins/esewa_flutter_sdk/ios/EsewaSDK.framework/Modules/EsewaSDK.swiftmodule

iamnabink commented 1 year ago

Please add more detail, Flutter version, platform and reproduction steps if possible.

iamnabink commented 10 months ago

Hy @riteshghimire9090 there is no absolute use of EsewaSDK in this package Hence, I think you are stuck because of flutter_inappwebview package integration or pod install issue, make sure you have satisfied condition for flutter_inappwebview package impl, (like increase deployment target in Podfile : platform :ios, 'x' . or proper pod install. Check-out example project for more. I ran it in IOS simulator and real device and working perfectly fine, let me know if you have any further query. Closing this issue for now.