ERROR ITMS-90257: This bundle is invalid. The value for key CFBundleVersion
See original GitHub issue- Version: 22.7.0
- Electron Version: 8.3.0
- Electron Type (current, beta, nightly): current
- Target: mac, mas, mas-dev
Using BUILD_NUMBER
or any of CI build number values produces wrong Mac App Store build:
ERROR ITMS-90257: “This bundle is invalid. The value for key CFBundleVersion [1.2.3.123] in the Info.plist file must be a period-separated list of at most three non-negative integers. Please find more information about CFBundleVersion at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion”
it would be better to set buildVersion
as buildNumber
without strange and unnecessary concatenation with version
.
Related issue:
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:9 (4 by maintainers)
Top Results From Across the Web
I keep getting ERROR ITMS-90062. - Apple Developer
ERROR ITMS-90062: "This bundle is invalid. The value for key CFBundleShortVersionString [0.0.2] in the Info.plist file must contain a higher version than ...
Read more >bundle is invalid -- CFBundleVersion and ... - Stack Overflow
Bizarrely, even changing it to 2.0 doesn't fix the problem. The error messages still say "The value for key CFBundleVersion [1.0]" rather than...
Read more >App upload issues on apple store - Zoom Developer Forum
Xcode version - 11 Swift 5. ERROR ITMS-90058: “This bundle is invalid. The value for key CFBundleVersion [ZoomBundleVersionNumber] in the Info.
Read more >How to change version of Ipa file - OutSystems
ERROR: Asset validation failed (90062) This bundle is invalid. The value for key CFBundleShortVersionString [0.1] in the Info.plist file ...
Read more >Invalid version while sending to App Store - Google Groups
ERROR ITMS-90062: "This bundle is invalid. The value for key CFBundleShortVersionString [4.8] in the Info.plist file must contain a higher version than that ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Also it is impossible to build version
0
because of==
: https://github.com/electron-userland/electron-builder/blob/f938de5aae09cb832a6f7f742e64a0d6c025fb9f/packages/app-builder-lib/src/appInfo.ts#L42🤦 🤦 🤦