ERROR ITMS-90206: "Invalid Bundle. The bundle at 'app.app/PlugIns/OneSignalNotificationServiceExtension.appex' contains disallowed file 'Frameworks'." ERROR ITMS-90206: "Invalid Bundle. The bundle at 'app/PlugIns/OneSignalNotificationServiceExtension.appex' contains disallowed file 'Frameworks'."
in my app project
Always Embed Swift Standard Library = No
Embedded Content Contains Swift = Yes
in my target
Always Embed Swift Standard Library = Yes
Embedded Content Contains Swift = Yes
in OneSignalNotificationServiceExtension
Always Embed Swift Standard Library = No
Embedded Content Contains Swift = NO
when I try to change OneSignalNotificationServiceExtension to YES it displays error that import OneSignal
is not No such module 'OneSignal
OneSignal is written in Swift and should be imported with the use_frameworks!
OneSignalNotificationService target -> Build Phases -> run script :
cd "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/"
if [[ -d "Frameworks" ]]; then
rm -fr Frameworks
fi
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With