Unity导出XCode工程,打包上传AppleStoreConnect,
报错:
Invalid Bundle. The bundle at 'AnimalsBAMBAM.app/Frameworks/UnityFramework.framework' contains disallowed file 'Frameworks'. (ID: 460dd08b-9828-4396-9d48-ca37cc7d1af5)
解决:
1. "Always Embed Swift Standard Libraries"设置为No:
2. 删除***.xcarchive(显示包内容)/Products/Applications/***.app(显示包内容)/Frameworks/UnityFramework.framework/Frameworks文件夹:
参考:
Unity2020.1以上版本XCode上传testflight报错ITMS-90206,UnityFramework包含Framework问题https://www.jianshu.com/p/2ae99d69730f2019.3 - validation on upload to store gives "UnityFramework.framework contains disallowed file"App runs on phone normally. When trying to validate the app before uploading it to the store, this comes out:Invalid Bundle. The bundle at...https://forum.unity.com/threads/2019-3-validation-on-upload-to-store-gives-unityframework-framework-contains-disallowed-file.751112/#post-6318963