[AC-6705] Validation of AppStore bundle failed
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Done |
Resolution Date | 2021-06-16T09:52:31.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Thomas Weber |
Assignee | Abir Mukherjee |
Created | 2021-06-09T08:58:52.000+0000 |
Updated | 2021-06-16T09:52:31.000+0000 |
Description
Distribution of iOS app fails with this error message:
ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'BeyondStates.app/Frameworks/TitaniumKit.framework/TitaniumKit' is not permitted. Your app can’t contain standalone executables or libraries, other than a valid 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."
ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'BeyondStates.app/Frameworks/Lottie.framework/Lottie' is not permitted. Your app can’t contain standalone executables or libraries, other than a valid 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."
[~tw], I believe this was resolved via intercom? The issue was a folder named
payload
if I remember correctly?Yes. Within the /assets folder of my Alloy project, I had a folder labeled "payload". After renaming this folder, the problem was solved. (Thanks to the support of Hans Knöchel who figured this out).
Great to hear you were able to get it resolved, I'll close this ticket