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

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 "{UNLOCALIZED_RESOURCES_FOLDER_PATH}/" if [[ -d "Frameworks" ]]; then rm -fr Frameworks fi

你可能感兴趣的:(ERROR ITMS-90206:"Invalid Bundle. The bundle at ‘xx.app/xx/xx.framework' contan)