Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue May 14, 2022 · 1 comment

Comments

@DeveloperLocalizer
Copy link

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
Copy link
Author

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

@DeveloperLocalizer DeveloperLocalizer changed the title Thread 6: signal SIGABRT Thread 6: signal SIGABRT / use_native_modules! skipped the react-native dependency 'react-native-beacons-manager'. No podspec file was found. May 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant