Flutter App Errors building iOS: app_settings module not found. #1860
Replies: 2 comments
-
Hi @ErinnPsajdPowertrust, Thanks for sharing the info, can you please share the build id as well? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @ErinnPsajdPowertrust, I'm tentatively closing the discussion since we haven't heard back from you. You can open the discussion again by replying to this message or opening a new discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
An earlier issue seemed to be with cocoapods, so I manually added Podfile to the ios folder containing:
platform :ios, ’10.0’
target 'Runner' do
use_frameworks!
end
Expected results
Expected Codemagic uploading app to Testflight.
Actual results
The error Modile 'app_settings' not found is displaying in the log. A snippet of the log below:
Running pod install... 682ms
Running Xcode build...
Xcode archive done. 50.3s
Failed to build iOS app
Parse Issue (Xcode): Module 'app_settings' not found
/Users/builder/clone/ios/Runner/GeneratedPluginRegistrant.m:11:8
Encountered error while archiving for device.
Build failed :|
Failed to build for iOS
Beta Was this translation helpful? Give feedback.
All reactions