Skip to content

App Store submission failed for MinimumOSVersion #1515

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

Closed
mtrezza opened this issue Jun 7, 2020 · 4 comments · Fixed by #1521
Closed

App Store submission failed for MinimumOSVersion #1515

mtrezza opened this issue Jun 7, 2020 · 4 comments · Fixed by #1521

Comments

@mtrezza
Copy link
Member

mtrezza commented Jun 7, 2020

After building the Parse iOS SDK with Carthage on Xcode 11.5 I get this error when validating the app for App Store submission:

image

The solution was to manually bump the MinimumOSVersion in ParseFacebookUtilsV4.framework/Info.plist from 6.0 to 8.0.

I am surprised that it matters at all because the app's deployment target is iOS 11.1. Maybe Swift 5 does not support iOS 6 anymore?

@noobs2ninjas
Copy link
Member

noobs2ninjas commented Jul 3, 2020

@mtrezza I looked into this. I did a project wide search for 6.0 and couldnt find it anywhere. Everything said 8.0. I then went through every config file and ever info.plist just in case and couldnt find anything there either. I didnt check archives for 1.18.0 but at least for master its not in there.

@TomWFox TomWFox removed the type - fix label Jul 3, 2020
@mtrezza
Copy link
Member Author

mtrezza commented Jul 4, 2020

@noobs2ninjas True, the Target Version in Xcode is correctly set to 8.0, so the MinimumOsVersion should be the same. I can't build with carthage currently to test, but the issue was probably the carthage cache. Sorry about that. Closing for now.

@mtrezza mtrezza closed this as completed Jul 4, 2020
@mtrezza
Copy link
Member Author

mtrezza commented Jul 12, 2020

I only now had a change to retry, and the same issue occurred.

I cleared Carthage cache with:

rm -rf ~/Library/Caches/org.carthage.CarthageKit

I used Carthage v0.35.0 and built with:

carthage update --platform iOS

The ParseFacebookUtilsV4.framework/Info.plist has set MinimumOSVersion: 6.0:

image

Also the ParseTwitterUtils.framework/Info.plist has set MinimumOSVersion: 6.0.
But the Parse.framework/Info.plist has set MinimumOSVersion: 8.0.

Cartfile:

github "facebook/facebook-ios-sdk" ~> 5.13.1
github "parse-community/Parse-SDK-iOS-OSX" ~> 1.18.0

Using Xcode command line tools 11.5 (11E608c)

@mtrezza mtrezza reopened this Jul 12, 2020
mtrezza added a commit to mtrezza/Parse-SDK-iOS-OSX that referenced this issue Jul 12, 2020
@mtrezza
Copy link
Member Author

mtrezza commented Jul 12, 2020

It seems the SDK referenced some plist files for FB and Twitter Utils where the MinimumOSVersion was directly set to 6.0 instead of derived from the target version. I changed it to 8.0.

drdaz pushed a commit that referenced this issue Oct 12, 2020
* changed minimumosversion to 8.0

closes #1515
drdaz added a commit that referenced this issue Oct 14, 2020
* Updates version numbers

* Updates changelog

* Apple user details (#1551)

* Adds callback to PFLoginViewController for received Apple credentials object

* Adds user to Apple credential callback

* Fixes target membership

* Cleans up target membership

* Removes CCI Carthage build dependency on iOS.
iOS tests are still temperamental.

* Removes @import

* Allow Parse SDK to be built for maccatalyst (#1543)

* allow Parse SDK to be built for maccatalyst

* Updates version numbers

* Updates changelog

* changed minimumosversion to 8.0 (#1521)

* changed minimumosversion to 8.0

closes #1515

* Updates version numbers

* Updates changelog

* Update changelog

* nits

Co-authored-by: Martin Man <[email protected]>
Co-authored-by: Manuel <[email protected]>
Co-authored-by: Tom Fox <[email protected]>
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

Successfully merging a pull request may close this issue.

3 participants