AppStore Error: Swift Compiler Error (Xcode): Using bridging headers with module interfaces is unsupported

Troubleshooting
Resolved

I tried to deploy my app in AppStore but it gives me the error:

Failed Step: Flutter build ipa and automatic versioning

Archiving com.smthmore.cognitivy...
Upgrading contents.xcworkspacedata
Updating project for Xcode compatibility.
Upgrading project.pbxproj
Upgrading Runner.xcscheme
Upgrading Info.plist
Removing script build phase dependency analysis.
Adding input path to Thin Binary build phase. Automatically signing iOS for device deployment using specified development team in Xcode project: 762HL9Z482 Running pod install... 1,511ms

Running Xcode build...
Xcode archive done. 85.1s
Failed to build iOS app Swift Compiler Error (Xcode): Using bridging headers with module interfaces is unsupported Encountered error while archiving for device.

Build failed :|
Step 10 script Flutter build ipa and automatic versioning exited with status code 1



(The app is deployed in Google Play normally)

What have you tried so far?
  1. Deleted all custom actions, custom widgets.

  2. Deleted FB and pushes (I use supabase, FB - is only for pushes)

  3. I repeated all settings for AppStore Deployment (add Identifier, app, api key)

    I get the same error.

Did you check FlutterFlow's Documentation for this topic?
Yes
2
6 replies