【发布时间】:2020-06-08 22:22:13
【问题描述】:
Android 运行良好,但 ios 出现错误。
版本: “反应”:“16.9.0”, “反应原生”:“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 and link it manually. See
https://github.com/react-native-community/cli/blob/master/docs/autolinking.md#how-can-i-disable-autolinking-for-unsupported-library
【问题讨论】:
标签: ios react-native