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

CFBundleExecutable key #607

Closed
StrelnikovEugene opened this issue Mar 7, 2017 · 1 comment
Closed

CFBundleExecutable key #607

StrelnikovEugene opened this issue Mar 7, 2017 · 1 comment

Comments

@StrelnikovEugene
Copy link

Hello!
Im trying to release my app with fscalendar to iTunes Connect.

After sending a build, I get this mail from Apple:

Dear developer,
We have discovered one or more issues with your recent delivery for "1001 тренер". To process your delivery, the following issues must be corrected:
Unexpected CFBundleExecutable Key - The bundle at '/Payload/1001trainer.app/FSCalendar/Info.plist' does not contain a bundle executable. If this bundle intentionally does not contain an executable, consider removing the CFBundleExecutable key from its Info.plist and using a CFBundlePackageType of BNDL. If this bundle is part of a third-party framework, consider contacting the developer of the framework for an update to address this issue.
Once these issues have been corrected, you can then redeliver the corrected binary.
Regards,
The App Store team

As written in mail, I tried to remove CFBundleExecutable key and change CFBundlePackageType in plist, but get next error:
ERROR ITMS-90171: "Invalid Bundle Structure - The binary file '1001trainer.app/Frameworks/FSCalendar.framework/FSCalendar' is not permitted. Your app can’t contain standalone executables or libraries, other than the CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https://developer.apple.com/go/?id=bundle-structure for information on the iOS app bundle structure."

What should I do to resolve this problem?

@WenchaoD
Copy link
Owner

WenchaoD commented Mar 8, 2017

@StrelnikovEugene Just remove the Info.plist file.

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