hyperpay
hyperpay copied to clipboard
Application Launching issue
after adding the package and following all steps iOS application gets an error while launching.
I attached image please any one can help
Please provide more information:
- Which version of the plugin are you running?
- What is the device you're running on? real or simulator? OS version?
Make sure you run flutter clean and add the following to your Podfile:
target 'Runner' do
use_frameworks!
use_modular_headers!
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
# Add this
pod 'oppwamobile', :git => 'https://github.com/nyartech/oppwamobile-ios-sdk.git', :tag => 4.8.0
I tried with iphone X iOS16 and simulator too.