-
-
Notifications
You must be signed in to change notification settings - Fork 878
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
Comments
@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. |
@noobs2ninjas True, the |
I only now had a change to retry, and the same issue occurred. I cleared Carthage cache with:
I used Carthage v0.35.0 and built with:
The Also the Cartfile:
Using Xcode command line tools 11.5 (11E608c) |
It seems the SDK referenced some plist files for FB and Twitter Utils where the |
* changed minimumosversion to 8.0 closes #1515
* 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]>
Uh oh!
There was an error while loading. Please reload this page.
After building the Parse iOS SDK with Carthage on Xcode 11.5 I get this error when validating the app for App Store submission:
The solution was to manually bump the
MinimumOSVersion
inParseFacebookUtilsV4.framework/Info.plist
from6.0
to8.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?
The text was updated successfully, but these errors were encountered: