You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to submit an iOS app to App Store Connect, it fails with errors. I've tried the submission from EAS CLI as well as the Transporter app. The errors are easier to read on Transporter, and I've provided them here.
Asset validation failed (90685)
CFBundleIdentifier Collision. There is more than one bundle with the CFBundleIdentifier
value 'com.okaythis.FccAbstractCore' under the iOS application '******.app'.
Asset validation failed (90205)
Invalid Bundle. The bundle at '******.app/Frameworks/FlutterCommunicationChannel.framework'
contains disallowed nested bundles.
Asset validation failed (90206)
Invalid Bundle. The bundle at '******.app/Frameworks/FlutterCommunicationChannel.framework'
contains disallowed file 'Frameworks'.
Reproducible demo or steps to reproduce from a blank project
Build the app on EAS using "Build from Github" option
Submit the app using npx eas-cli submit --platform ios
The text was updated successfully, but these errors were encountered:
Build/Submit details page URL
Build URL: https://expo.dev/accounts/thanksben/projects/ben/builds/3b0a7ddc-05bb-4da7-ba55-466aec6f419b
Submit Details: https://expo.dev/accounts/thanksben/projects/ben/submissions/4677684c-f8be-46da-8f93-3b39d7d4943b
Summary
While trying to submit an iOS app to App Store Connect, it fails with errors. I've tried the submission from EAS CLI as well as the Transporter app. The errors are easier to read on Transporter, and I've provided them here.
Managed or bare?
Manged
Environment
Error output
Reproducible demo or steps to reproduce from a blank project
npx eas-cli submit --platform ios
The text was updated successfully, but these errors were encountered: