-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Comments
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 |
i use“Drag the Charts.xcodeproj to your project”. do you have any idea about this |
Ya it's not an iOS charts problem. It's an apple problem. Read what I posted earlier. Should fix your problem. |
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. |
You need to change the version number in the plist |
which key ?i changed MinimumOSVersion to 7.0. it is no use. |
|
Also iOS 7 won't work. You need to use iOS 8 and above as mentioned in the readme. |
thank you .this fix my problem. i change all version to iOS 8 . thank you very much. |
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"
The text was updated successfully, but these errors were encountered: