Today, when I was packaging the new version of “Inspur VPN for iOS”, I found that the reason was that the third-party library was imported into Today Extension in the project, and these Pods were also imported into the Main App Target. ERROR ITMS-90685 and ERROR ITMS-90206

To solve the ERROR ITMS – 90685

Error ITMS-90685 will resolve this Error by opening the Extension target-build Phases and clicking + to create New Run Script Phase.

cd”${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/”

if [[ -d”Frameworks”]]; then

rm -fr Frameworks





To solve the ERROR ITMS – 90206

Open Extension target-build settings-search for ‘Embedded’ -embedded Content Contains Swift Code, change the original YES to NO;