iOS Build fails after creating multiple schemes #2304
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceTry to build a multi scheme/flavor app Expected resultsios build would pass successfully for all flavors Actual resultsAfter starting the build, it fails with this message, i can't tell for sure what's the reason, I can build ipa locally without any issues Build id (optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hi @mostafaAbdelazim I'm also facing same issue If you have found any solution can you please share it. |
Beta Was this translation helpful? Give feedback.
-
Hi @mostafaAbdelazim, please share the build id, so I can further investigate the issue. You can find it under your build details page's 'ID' section. Navigate to the 'Builds' section on the left-hand menu, select the build you want to view, and click the copy icon. |
Beta Was this translation helpful? Give feedback.
I had to include this line in my flutter/{schemeName}Release.xcconfig file
#include "Pods/Target Support Files/Pods-Runner/Pods-Runner.release-{schemeName}.xcconfig"