MacKentoch / react-native-beacons-manager

React-Native library for detecting beacons (iOS and Android)
MIT License
581 stars 317 forks source link

Thread 6: signal SIGABRT / use_native_modules! skipped the react-native dependency 'react-native-beacons-manager'. No podspec file was found. #235

Open DeveloperLocalizer opened 2 years ago

DeveloperLocalizer commented 2 years ago

Version

React: 17.0.2 React-Native: 0.68.2 Node: 18.1.0 package.json: "react-native-beacons-manager": "https://github.com/MacKentoch/react-native-beacons-manager.git#53c1bda"

Platform

iOS

OS version

iOS 11

Steps to reproduce

  1. react-native init RNBeaconTest
  2. Add "react-native-beacons-manager": "https://github.com/MacKentoch/react-native-beacons-manager.git#53c1bda" to package.json
  3. yarn install
  4. cd ios
  5. pod install
  6. Build app

Actual behavior

After i build the app, i get the following error. I wanted to develop a minimal example. I hope someone can help me with this error or can tell me wats wrong

image

DeveloperLocalizer commented 2 years ago

And if i add ""react-native-beacons-manager": "^1.0.7"" to package.json file and run "cd ios && pod install", i get the following warning

image