hyperpay icon indicating copy to clipboard operation
hyperpay copied to clipboard

Application Launching issue

Open MBilalMurtaZa opened this issue 3 years ago • 2 comments

after adding the package and following all steps iOS application gets an error while launching.

I attached image please any one can help

image

MBilalMurtaZa avatar Nov 29 '22 09:11 MBilalMurtaZa

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

pr-Mais avatar Nov 29 '22 09:11 pr-Mais

I tried with iphone X iOS16 and simulator too.

MBilalMurtaZa avatar Nov 30 '22 16:11 MBilalMurtaZa