react-native-ibeacon icon indicating copy to clipboard operation
react-native-ibeacon copied to clipboard

installation issue

Open nemr opened this issue 7 years ago • 3 comments

can you help me out with setting up this module ? I tired dragging the project file into my project folder , tried adding it to the library in xcode but they both didnt work

Steps to reproduce 1st attempt

  1. yarn add react-native-ibeacon

  2. I Dragged (Moved) RNBeacon.xcodeproj from node_modules/react-native-ibeacon to my project direcotory folder image

  3. add libRNBeacon.a and CoreLocation.framework on build phases

Actual behavior

I get the following error : clang: error: no such file or directory: '/Users/nero/Desktop/bleBeacon/ios/RNBeacon.m' clang: error: no input files

Steps to reproduce 2nd attempt

  1. yarn add react-native-ibeacon

  2. I Dragged RNBeacon.xcodeproj from node_modules/react-native-ibeacon to the library in the xcode project : image

  3. add libRNBeacon.a and CoreLocation.framework on build phases

Actual behavior

I get the following errors: image

nemr avatar Apr 24 '18 10:04 nemr

@nemr I'm having the same issue. Were you able to figure a way around?

amsul avatar Jun 15 '18 19:06 amsul

@amsul @nemr is this issue solved?

pushpendraKh avatar Jun 28 '18 10:06 pushpendraKh

@pushpendraKh I just switched to https://github.com/MacKentoch/react-native-beacons-manager/ which is based off of this project.

amsul avatar Jun 28 '18 14:06 amsul