-
Notifications
You must be signed in to change notification settings - Fork 318
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
App throws an error after run initial with a minimal example #256
Comments
Beacons is default export. Try |
Hi @iSaBo96 , Are you able to make it work? |
@gigflex yes, what is your problem with this? |
Hi @iSaBo96 we are able to run the code somehow but getting the following error [CoreBluetooth] XPC connection invalid beaconsDidRange never fires |
Have you linked the library? You must link the library in XCode under "Libraries". |
which version do you use? |
@iSaBo96 and ios 13 |
Hi @iSaBo96 , We are able to see log |
You have to add RNiBeacon.a I also use "react-native-beacons-manager": "git+https://github.com/MacKentoch/react-native-beacons-manager.git", in my package.json file. Please follow the path in the screenshot to add the RNiBeacon.a. If you do not found it, do a "pod install" in your ios folder |
Hi @iSaBo96 Do you have a working copy if you can share that will be a great help. |
Please tell me which react-native version you are using. I Use 0.70.6. From which country you are? Maybe i can offer you a call tomorrow? |
Hi We tried with 0.71.0 we tried with 0.64.4 |
Do you habe discord? I dont have skype |
Hi @iSaBo96 This is my discord id sangheraajit#3485 |
I sended you a request |
HI @iSaBo96 , I m able to get this added "RNiBeacon.a" to the project but getting the following error |
Hi @iSaBo96 Did the same thing after doing some changes according to your instruction |
Lets wait till we speak plase |
@sangheraajit were you able to solve the issue with duplicate symbols? |
I have experienced the same issue and I was able to solve it by following this facebook/react-native#27840 (comment) |
HI @Jaszczab20 , |
Hi guys, I'm trying to make this library work with RN 0.72.5 on iOS with no luck. Are you using THIS repo or any of the many forks out here? Thanks!! |
I use the version i wrote above :) |
Hi Alberto, Now with newer react native version supporting auto-Linking and you can follow these steps TESTED on React Native 0.74.2 Step 1. Install the package as Step 2. Pod Install Step 3. Finally use it in you JS (No Manual Linking Required) requestBeaconPermissions.js
Now in App.js
Thats it!!!! Hope this helps |
Version
1.1.0
Platform
iOS
OS version
iOS 13
General versions
Steps to reproduce
Expected behavior
The app should be started successfully
Actual behavior
I get the following errors:
I have used the library several times in my projects. But now I get the mentioned error and don't know why. I have even created a minimal example. This is described above. But still I have the error. Does anyone know why?
The text was updated successfully, but these errors were encountered: