-
Notifications
You must be signed in to change notification settings - Fork 26
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
Fix Info.plist files for iOS 9.0 #4
Comments
Hi dclerc. Thanks for raising this. I wasn't aware. Can you give me the exact error you get and/or a link to what needs to be removed? I will try to build a new version as soon as possible then. Regards, |
Search for "ITMS-90535" in Google. The first StackOverflow hit has a screenshot of the error message and the fix (remove CFBundleExecutable key from Info.plist in the two resources bundles that are included in the SumUp SDK). I removed these keys manually and was able to proceed with the App Store upload. |
Thanks a lot. Will fix this in the next Beta. Happy to hear you were able to work around this. Sorry for the inconvenience. |
Remove CFBundleExecutable entry from Info.plist files of bundles fixing #4
Fixed in 1.2.1. |
In order to be able to submit our app with XCode 7 we need the Info.plist files of the two resource packages found in the SumUp SDK to be fixed according to the new plist rules for bundle resources (remove the "Executable File" entry).
Thanks!
The text was updated successfully, but these errors were encountered: