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

Using Invalid Versioning numbers causes rejection when submitting to app store #39

Open
liltimtim opened this issue Oct 22, 2015 · 0 comments

Comments

@liltimtim
Copy link

Hello,

I was trying to submit to the app store via Xcode organizer and it kept stating that I had an invalid CFBundleShortVersion number (0.1.0-next). After investigating the issue (considering my project version and build was 1.3.2 build 1) I noticed that you guys use an invalid versioning system (invalid in the eyes of apple).

This doesn't affect anything except when uploading to the app store. More like an FYI

If anyone else is having this issue, simply navigate to the Pods project, select the MQTT target and change the version number from 0.1.0-next to 0.1.0 or whatever arbitrary number you want so long as it's valid in Apple's eyes.

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

No branches or pull requests

1 participant