Include of non-modular header inside framework module #2941
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceStart Build... Expected resultsBuild successful for iOS like what being done in local Mac machine. Actual resultsArchiving ... Encountered error while archiving for device. Build failed :| Build id (optional)67947e3b39245d613fb0f6da |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I can see there is a solution "Xcode => Runner => Build Settings and put "Allow Non-modular Includes In Framework Modules" to "yes"" out there but unfortunately we cannot configure it ourselves, can we? or is there any solution for codemagic? |
Beta Was this translation helpful? Give feedback.
Hello @Auszglobal,
Yes, this solution seems to resolve this issue. You are to do this yourself in your project via Xcode. Or since this issue seems to be related to Xcode 16, you can make use of a lower Xcode version in Codemagic.