Replies: 2 comments 3 replies
-
Hello @ihorkozar, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @dam-ease , on my local machine, I use flutter build ios --debug --simulator, and it works correctly. However, on Codemagic, when I add --simulator to the build section, I see the error mentioned in the initial message. If I remove --simulator, everything works fine. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
flutter build ios --debug --simulator
Expected results
build what I can use for automation testing (Appium)
Actual results
Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)
Encountered error while building for simulator.
Build failed :|
Failed to build for iOS
Build id (optional)
67337c2d29eee95a53cf3ad2
Beta Was this translation helpful? Give feedback.
All reactions