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
Copy file name to clipboardExpand all lines: README.md
+17-3
Original file line number
Diff line number
Diff line change
@@ -210,10 +210,24 @@ android {
210
210
211
211
_By cancelling, you are telling Xcode to continue debugging your application, instead of debugging just the extension. If you activate by accident, you can always switch back to debug your app in Xcode by selecting your application's target (next to the Play button)_
212
212
213
+
* Go to your Project Settings and select the `OneSignalNotificationServiceExtension` target.
214
+
* Go to `Build Settings` and search for `Header Search Paths`
215
+
* Add `$(SRCROOT)/../node_modules/react-native-onesignal/ios` and set it as `recursive`
0 commit comments