-
-
Notifications
You must be signed in to change notification settings - Fork 875
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
Xcode 11.4, App Store Upload Error - Minimum OS Version #1491
Comments
What's the minimum OS version specified in your app's Info.plist? If it's below 8.0, this version of the SDK doesn't support that. |
This seems odd. Can you check what the min version is for the Parse.framework info.plist? - it should be 8.0 but it would be good to check in case it’s been changed somehow. |
Yeah it's at 8.0. |
Hmm... ParseUI is at 7.0 ^^ |
@drdaz I was meaning @terryworona’s installation but useful to know about the Parse UI version! |
@TomWFox: my |
Manually changing the Should this be bumped? |
parseui should probably be bumped to 8.0, I’m not sure why there is a different version on your first and third screen shot - are then not both of the main Parse-iOS info.plist? The Parse-iOS does have multiple platforms (link - line 19). |
@TomWFox I saw your earlier comment in 1495 so I updated my Cartfile to point to I cleared my Carthage Good news is that upload to the Appstore succeeded (no more minimum OS version error). But now I'm faced with another error, this time via iTunes Connect (a few moments after being accepted): |
Ok, this appears to be the same issue faced in #1495 although I have no idea why you get this message via iTunes connect and they are getting it whilst uploading through Xcode. I would suggest you also try removing “iPhoneSimulator” from CFBundleSupportedPlatforms so that it only contains “iPhoneOS”. You could do a project wide search for CFBundleSupportedPlatforms as it is present in multiple info.plist files. |
I know this isn’t a long term solution but it would be good to see if you can successfully upload & deploy with those changes made. |
Awesome, I know you're using Parse UI, it would also be good to know if you are using Facbook and/or Twitter Utils? |
Also just to confirm you still have |
Hey @TomWFox -- unfortunately I don't use |
This is all super weird. The config files are supposed to be setting all these automatically when each target is runs throught the rake files. However, the actual info.plist on the projects arent updated. Which makes me wonder if half our config files arent actually being used. |
The next release will fix the minimum OS version as well. Parse 1.18.0 coming within the next day or so! |
Thanks for the clarification, in that case I would suggest we also remove ‘iPhonesSimulator’ from the other files. |
Updated to latest via
Carthage
:github "parse-community/Parse-SDK-iOS-OSX"
.Screenshot attached when I try to upload to AppStore via Xcode archive tool:
The text was updated successfully, but these errors were encountered: