Skip to content
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

Closed
ls-david-clerc opened this issue Sep 22, 2015 · 4 comments
Closed

Fix Info.plist files for iOS 9.0 #4

ls-david-clerc opened this issue Sep 22, 2015 · 4 comments

Comments

@ls-david-clerc
Copy link

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!

@mollidor
Copy link
Contributor

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,
Lukas

@ls-david-clerc
Copy link
Author

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.

@mollidor
Copy link
Contributor

Thanks a lot. Will fix this in the next Beta. Happy to hear you were able to work around this. Sorry for the inconvenience.

mollidor added a commit that referenced this issue Sep 23, 2015
Remove CFBundleExecutable entry from Info.plist files of bundles fixing
#4
@mollidor
Copy link
Contributor

Fixed in 1.2.1.

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

No branches or pull requests

2 participants