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
Hi, can you help me? Today i wanted to upload my app to the apple store and this error came out:
The bundle at '/Payload/-----.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.
I already add the CFBundlePackageType, but i didn't erase the CFBundleExecutable key, because when i execute the app it gives me error.
I already saw the issue #607, and when i erase the info.plist the app crashes and said that can not found that file.
I appreciate your help.
The text was updated successfully, but these errors were encountered:
Hi, can you help me? Today i wanted to upload my app to the apple store and this error came out:
The bundle at '/Payload/-----.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.
I already add the CFBundlePackageType, but i didn't erase the CFBundleExecutable key, because when i execute the app it gives me error.
I already saw the issue #607, and when i erase the info.plist the app crashes and said that can not found that file.
I appreciate your help.
The text was updated successfully, but these errors were encountered: