小编Use*_*488的帖子

使用本机模块!跳过了react-native依赖项“react-native-beacons-manager”。未找到 podspec 文件

Android 运行完美,但 ios 出现错误。

版本:“react”:“16.9.0”,“react-native”:“0.61.5”,步骤如下:

  • npm install react-native-beacons-manager --save
  • cd 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)

ios react-native

3
推荐指数
1
解决办法
1万
查看次数

ITMS-90809:当我使用 react-native-webview 时不推荐使用 API

我正在使用 react-native-webview 但是当我将应用程序发布到 Testflight 时,它会发送给我:

应用商店连接

亲爱的开发者,

我们发现了您的应用程序“AlBiddaPark”1.2.19 (3​​7) 最近交付的一个或多个问题。请更正以下问题,然后重新上传。

ITMS-90809:不推荐使用的 API 使用 - 不再接受使用 UIWebView 的新应用程序。相反,使用 WKWebView 来提高安全性和可靠性。了解更多 ( https://developer.apple.com/documentation/uikit/uiwebview )。

此致,

应用商店团队

我怎么解决这个问题 ?

ios testflight react-native

2
推荐指数
1
解决办法
2492
查看次数

标签 统计

ios ×2

react-native ×2

testflight ×1