go-acoustic / Acoustic-Mobile-Push-Flutter

1 stars 0 forks source link

Cannot build on iOS simulator #1

Closed ghost closed 2 years ago

ghost commented 2 years ago

After adding your lib on my project, I cannot build on iOS simulator, only on real device. How to fix that ?

Capture d’écran 2022-06-02 à 09 45 29

Podfile :

target 'Runner' do
  use_frameworks!
  use_modular_headers!

  pod 'MobileMessaging', '9.2.1'
  pod 'AcousticMobilePush', :git => 'https://github.com/Acoustic-Mobile-Push/ios.git', :tag => '3.8.2'
  flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
end

target 'RunnerNotificationServiceExtension' do
  use_frameworks!
  pod 'AcousticMobilePushNotification', :git => 'https://github.com/Acoustic-Mobile-Push/ios.git', :tag => '3.8.2'
end
ghost commented 2 years ago

Issue fixed by version 3.8.5