Android 运行完美,但 ios 出现错误。
版本:“react”:“16.9.0”,“react-native”:“0.61.5”,步骤如下:
npm install react-native-beacons-manager --savecd ios && pod install出现以下错误:
use_native_modules! skipped the react-native dependency 'react-native-beacons-manager'. No podspec file was found.
- Check to see if there is an updated version that contains the necessary podspec file
- Contact the library maintainers or send them a PR to add a podspec. The react-native-webview podspec is a good example of a package.json driven podspec. See
https://github.com/react-native-community/react-native-webview/blob/master/react-native-webview.podspec
- If necessary, you can disable auto-linking for the dependency …Run Code Online (Sandbox Code Playgroud) 我正在使用 react-native-webview 但是当我将应用程序发布到 Testflight 时,它会发送给我:
应用商店连接
亲爱的开发者,
我们发现了您的应用程序“AlBiddaPark”1.2.19 (37) 最近交付的一个或多个问题。请更正以下问题,然后重新上传。
ITMS-90809:不推荐使用的 API 使用 - 不再接受使用 UIWebView 的新应用程序。相反,使用 WKWebView 来提高安全性和可靠性。了解更多 ( https://developer.apple.com/documentation/uikit/uiwebview )。
此致,
应用商店团队
我怎么解决这个问题 ?