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
When trying to submit a new iOS app store submission, EAS keeps throwing an error saying that the CFBundleShortVersionString must contain a higher version the the previously approved, even though I have already increased it.
Note
When executing expo prebuild --platform ios locally, I can see in the info.plist file that the CFBundleShortVersionString has the correct updated value.
✔ Check Expo config for common issues
✔ Check package.json for common issues
✔ Check native tooling versions
✔ Check dependencies for packages that should not be installed directly
✔ Check for common project setup issues
✔ Check for issues with metro config
✔ Check npm/ yarn versions
✔ Check Expo config (app.json/ app.config.js) schema
✔ Check that packages match versions required by installed Expo SDK
✔ Check for legacy global CLI installed locally
✔ Check that native modules do not use incompatible support packages
✔ Check that native modules use compatible support package versions for installed Expo SDK
Didn't find any issues with the project!
Error output
No response
Reproducible demo or steps to reproduce from a blank project
eas build --profile production --platform ios --clear-cache --non-interactive --auto-submit
The text was updated successfully, but these errors were encountered:
This issue was closed because it has been inactive for 7 days since being marked as stale. Please open a new issue if you believe you are encountering a related problem.
Build/Submit details page URL
https://expo.dev/accounts/viporg/projects/vipass/submissions/1b1951a5-370a-4480-b522-57b8930fdede
Summary
When trying to submit a new iOS app store submission, EAS keeps throwing an error saying that the
CFBundleShortVersionString
must contain a higher version the the previously approved, even though I have already increased it.Note
When executing
expo prebuild --platform ios
locally, I can see in theinfo.plist
file that theCFBundleShortVersionString
has the correct updated value.Managed or bare?
managed
Environment
npx expo-env-info
npx expo-doctor
Error output
No response
Reproducible demo or steps to reproduce from a blank project
eas build --profile production --platform ios --clear-cache --non-interactive --auto-submit
The text was updated successfully, but these errors were encountered: