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

Issues submitting app to Apple store #544

Closed
931743010 opened this issue Nov 11, 2015 · 9 comments
Closed

Issues submitting app to Apple store #544

931743010 opened this issue Nov 11, 2015 · 9 comments

Comments

@931743010
Copy link

ERROR ITMS-90362: "Invalid Info.plist value. The value for the key 'MinimumOSVersion' in bundle WholeNet.app/Frameworks/Charts.framework is invalid. The minimum value is 8.0"

@pmairoldi
Copy link
Collaborator

Thats is because Apple requires all frameworks to be of the same version as the app. Makes no sense but you have to change all your framework versions to match your app version. You can look at how artsy fixes this in their most recent app (see post_install method in the podfile) https://github.com/artsy/Emergence/blob/master/Podfile

@931743010
Copy link
Author

i use“Drag the Charts.xcodeproj to your project”. do you have any idea about this

@pmairoldi
Copy link
Collaborator

Ya it's not an iOS charts problem. It's an apple problem. Read what I posted earlier. Should fix your problem.

@931743010
Copy link
Author

yes,i just want to know how to change Charts.xcodeproj framework versions,i think will fix my problem. thanks for read my pool english.

@pmairoldi
Copy link
Collaborator

You need to change the version number in the plist

@931743010
Copy link
Author

which key ?i changed MinimumOSVersion to 7.0. it is no use.

@pmairoldi
Copy link
Collaborator

CFBundleShortVersionString

@pmairoldi
Copy link
Collaborator

Also iOS 7 won't work. You need to use iOS 8 and above as mentioned in the readme.

@931743010
Copy link
Author

thank you .this fix my problem. i change all version to iOS 8 . thank you very much.

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

2 participants