You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: