ERROR ITMS-90206:"Invalid Bundle. The bundle at ‘xx.app/xx/xx.framework' contan

1,178 阅读1分钟

ERROR ITMS-90206:"Invalid Bundle. The bundle at ‘xx.app/xx/xx.framework' contains disallwed file 'framework'

1.主工程设置build settings》Always Embed Swift Standard Libraries: YES extension 》 Always Embed Swift Standard Libraries: NO

2.将这个运行脚本添加到App扩展Build Phases:

cd "{CONFIGURATION_BUILD_DIR}/{UNLOCALIZED_RESOURCES_FOLDER_PATH}/" if [[ -d "Frameworks" ]]; then rm -fr Frameworks fi