-
Notifications
You must be signed in to change notification settings - Fork 88
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 Build iOS - Incorrect Version Number #2270
Comments
I suspect it might be caused by one of your config plugins 🤔 You can run prebuild locally Then you can remove all config plugins and do the same and see if the version looks good. If it's all good you can add them sequentially and check which one is causing it. |
Hi @szdziedzic I did the prebuild, the Info.plist inside iOS folder has the correct version, but when a run the eas build and download the IPA, Info.plist has ever 1.0. I tried to run eas build with and without iOS Folder, but with the same result, the IPA on EAS with Version 1.0. |
just to be more precise, Attached is the Info.plist of the PRE BUILD. |
@ilgiapa so you are using a bare workflow (you have native code in |
Can you send me a URL of your build? |
@szdziedzic no, it's a Managed Workflow. The Apps works great, Native Module works great, everything works, the weird thing is that after downloading the IPA from Expo, inside the PLIST file the version is 1.0 instead of the version of app.config.js. So, before distribute the app via App Center, I need to unpack the IPA, change the PLIST Version and resign the IPA with a SH Script. The only difference is Native Module, but I don't know if that's the problem. Thanks |
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. |
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. |
I have created several builds since this was posted, but this is the first time I ran into this issue. I have a couple of questions for @ilgiapa:
|
@sddanila unpack = unzip build-1736255904013.ipa -d lookatme and then plutil -p Info.plist. I'm not sure if you can edit it after or not. What works for me when this happens is to edit the info.plist in your source change it.. build again and poof back to normal. |
Build/Submit details page URL
No response
Summary
Incorrect Version Number between Info.plist and App.config.
Eas Web - Correct Version (App.Config)
Info Plist - Downloaded and ExtractedIPA Files - Wrong Version
Upload IPA on AppCenter
Managed or bare?
Managed
Environment
Detailed check results:
Error output
No response
Reproducible demo or steps to reproduce from a blank project
Start Build with EAS Build --platform ios.
Check the Version in Info Plist
Version is always 1.0(1)
The text was updated successfully, but these errors were encountered: