当我在我的 React Native 项目中集成 OneSignal 时,在为 ios 构建应用程序时出现以下错误。
/node_modules/react-native/Libraries/LinkingIOS/RCTLinkingManager.mm:102:27: error: 'openURL:options:completionHandler:' is unavailable: not available on iOS (App Extension)
[RCTSharedApplication() openURL:URL options:@{} completionHandler:^(BOOL success) {
我正在使用以下版本
react-native: 0.63.4
react-native-onesignal: 4.1.1