I am getting error on running npx pod-install after integrating OneSignal into my React Native project:
App (true) and OneSignalNotificationServiceExtension (false) do not both set use_frameworks!.
I am getting error on running npx pod-install after integrating OneSignal into my React Native project:
App (true) and OneSignalNotificationServiceExtension (false) do not both set use_frameworks!.
Copyright © 2021 Jogjafile Inc.
The error indicates that your application has use_frameworks!, however your OneSignal target in Podfile doesn't.
You have to implicitly tell OneSignal target to set use_frameworks!