-
Notifications
You must be signed in to change notification settings - Fork 133
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
iOS SDK Version Issue #302
Comments
I had the same @dkimitsa (accepting donations for his work 👍 ) helped me out. Do not submit apps with this problem, they might get accepted, but I had problems with the build that gave that warning: swiping was broken. Probably related. Workaround documented here: https://dkimitsa.github.io/2018/06/01/fixing-itms-90725/ |
@dkimitsa Great! Fixed this by adding |
@Majirefy adding recent (e.g. same as in folder iPhoneOS.sdk) will not fix it as it is same as in iPhoneOS.sdk. And it is just chance question which one will be picked up after sorting. To fix it you have specify explicitly version that differs from one located in iPhoneOS.sdk folder. E.g. older one. |
Worked !! |
Issue details
When submitting iOS project to App Store, Apple gives warnings:
How to change SDK RoboVM use to rebuild app?
Reproduction steps/code
Run createIPA in Gradle on iOS project, then submitting IPA file to iTunes using Application Loader from Xcode.
Build Tools:
Versions:
The text was updated successfully, but these errors were encountered: