2017-05-29 5 views
1

エラーITMS-90206:「無効なバンドル。「app.app/PlugIns/OneSignalNotificationServiceExtension.appex」のバンドルに、許可されていないファイル「フレームワーク」が含まれています。 エラーITMS-90206:無効なバンドル 'app/PlugIns/OneSignalNotificationServiceExtension.appex'のバンドルに、許可されていないファイル 'Frameworks'が含まれています。私の目標で私のアプリのプロジェクトエラーITMS-90205:無効なバンドル 'NotificationServiceExtension.appex'のバンドルには、禁止されたネストされたバンドルが含まれています。

Always Embed Swift Standard Library = No

Embedded Content Contains Swift = Yes

Always Embed Swift Standard Library = Yes

Embedded Content Contains Swift = Yes

私はYES、それにOneSignalNotificationServiceExtension変更しようとすると、OneSignalNotificationServiceExtension

Always Embed Swift Standard Library = No

Embedded Content Contains Swift = NO

にはimport OneSignalではないNo such module 'OneSignal

OneSignalが書かれているというエラーが表示されますSwiftでは、use_frameworksでインポートする必要があります!

答えて

1

OneSignalNotificationServiceターゲット - >ビルドフェーズ - >runスクリプト

cd "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/" 
if [[ -d "Frameworks" ]]; then 
rm -fr Frameworks 
fi 
関連する問題