I have a flutter project.
I am struggle to build IPA flutter build ipa
due to:
Swift Compiler Error (Xcode): Using bridging headers with module interfaces is unsupported.
Uncategorized (Xcode): Command SwiftDriver emitted errors but did not return a nonzero exit code to indicate failure
This errors occurs during Build target Runner
- Planning target Runner
stage.
What's strange is that if I try to archive
using XCode
this error is displayed but the archive is correctly created.
I tried to make use of this answer but I cannot get it right.
Where can I find build settings for the target framework?
What is target framework in my context?
My Set up:
Flutter (Channel stable, 3.3.8, on macOS 13.0.1
iOS Deployment Target: 13.0
XCode 14.1