-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceI tried to see if there are some issues in podfile that version is not set but it seems fine. Just run the build and i get the isssue - and its working fine on local computer and also i can archive and publish from xcode to testflight without any problem. Expected resultsFlutter build IOS and published to testflight. Actual results
Build id (optional)6856c156c55939b56fb46afb |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @mrweiland
Can you please try this out on your end to see if this helps? |
Beta Was this translation helpful? Give feedback.
Hello @mrweiland
From the logs, you seem to be building in debug mode and since you mentioned you want to publish to the store, you might need to change to release in the build section of your Codemagic settings UI.
That aside, as regards the error in debug mode, a user with a similar error shared that they included the code below in their Podfile, and this was resolved in their case: