You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
yarn add react-native-ibeacon
I Dragged (Moved) RNBeacon.xcodeproj from node_modules/react-native-ibeacon to my project direcotory folder
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
yarn add react-native-ibeacon
I Dragged RNBeacon.xcodeproj from node_modules/react-native-ibeacon to the library in the xcode project :
add libRNBeacon.a and CoreLocation.framework on build phases
Actual behavior
I get the following errors:
The text was updated successfully, but these errors were encountered:
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
yarn add react-native-ibeacon
I Dragged (Moved) RNBeacon.xcodeproj from node_modules/react-native-ibeacon to my project direcotory folder
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
yarn add react-native-ibeacon
I Dragged RNBeacon.xcodeproj from node_modules/react-native-ibeacon to the library in the xcode project :
add libRNBeacon.a and CoreLocation.framework on build phases
Actual behavior
I get the following errors:
The text was updated successfully, but these errors were encountered: