Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eas submit not using the updated CFBundleShortVersionString from app.json #2266

Closed
DanielSepulveda opened this issue Mar 7, 2024 · 3 comments

Comments

@DanielSepulveda
Copy link

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.

Screenshot 2024-03-06 at 6 26 45 p m

Note

When executing expo prebuild --platform ios locally, I can see in the info.plist file that the CFBundleShortVersionString has the correct updated value.

Managed or bare?

managed

Environment

npx expo-env-info

expo-env-info 1.2.0 environment info:
    System:
      OS: macOS 14.0
      Shell: 5.9 - /bin/zsh
    Binaries:
      Node: 18.18.0 - ~/Library/Caches/fnm_multishells/17805_1709327818359/bin/node
      Yarn: 1.22.19 - ~/Library/Caches/fnm_multishells/17805_1709327818359/bin/yarn
      npm: 9.8.1 - ~/Library/Caches/fnm_multishells/17805_1709327818359/bin/npm
      Watchman: 2023.09.04.00 - /opt/homebrew/bin/watchman
    Managers:
      CocoaPods: 1.12.1 - /opt/homebrew/bin/pod
    SDKs:
      iOS SDK:
        Platforms: DriverKit 23.4, iOS 17.4, macOS 14.4, tvOS 17.4, visionOS 1.1, watchOS 10.4
    IDEs:
      Android Studio: 2022.3 AI-223.8836.35.2231.10811636
      Xcode: 15.3/15E204a - /usr/bin/xcodebuild
    npmPackages:
      expo: ^49.0.22 => 49.0.22
      react: 18.2.0 => 18.2.0
      react-dom: ^18.2.0 => 18.2.0
      react-native: 0.72.10 => 0.72.10
      react-native-web: ~0.19.6 => 0.19.10
    Expo Workflow: managed

npx expo-doctor

✔ 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

@DanielSepulveda DanielSepulveda added the needs review Issue is ready to be reviewed by a maintainer label Mar 7, 2024
@szdziedzic
Copy link
Member

Hi, I think this should help #2270 (comment)

@szdziedzic szdziedzic added eas build needs more info and removed needs review Issue is ready to be reviewed by a maintainer labels Apr 16, 2024
Copy link

This issue is stale because it has been open for 30 days with no activity. If there is no activity in the next 7 days, the issue will be closed.

@github-actions github-actions bot added the stale label May 17, 2024
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants