You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm having the hardest time integrating the OneSignal SDK into our React Native app. When I try to submit a build to App Store Connect, I get the following error:
ERROR ITMS-90362: "Invalid Info.plist value. The value for the key 'CFBundleExecutable' in bundle App.app/PlugIns/OneSignalNotificationServiceExtension.appex is invalid. CFBundleExecutable must match the name of the bundle directory minus its extension."
Tried hard coding the bundle ids which removed the above error and got:
ERROR ITMS-90085: "No architectures in the binary. Lipo failed to detect any architectures in the bundle executable."
Description:
Hi, I'm having the hardest time integrating the OneSignal SDK into our React Native app. When I try to submit a build to App Store Connect, I get the following error:
ERROR ITMS-90362: "Invalid Info.plist value. The value for the key 'CFBundleExecutable' in bundle App.app/PlugIns/OneSignalNotificationServiceExtension.appex is invalid. CFBundleExecutable must match the name of the bundle directory minus its extension."
Tried hard coding the bundle ids which removed the above error and got:
ERROR ITMS-90085: "No architectures in the binary. Lipo failed to detect any architectures in the bundle executable."
Environment
OneSignal SDK RN Version: 4.0.2
react native 0.63.4
Xcode 12.3
The text was updated successfully, but these errors were encountered: