-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Xcode build failed because of missing library (RCTGeolocation) #682
Comments
@sebslomski - what does your "Link Binary with Libraries" screen look like? eg: http://url.brentvatne.ca/1gK2z Also, is RCTGeolocation.xcodeproj under your Libraries directory? eg: http://url.brentvatne.ca/dWH9 - if not, you will need to add it to the project (node_modules/react-native/Libraries/GeoLocation/RCTGeolocation.xcodeproj) |
Thanks for your input! The Xcode referenced to "node_modules/react-native/Libraries/GeoLocation/RCTGeolocation.xcodeproj", but the folder is named Geolocation. |
I also go a build error when running xcode immediately after "react-native init myproject". updating package.json to point to "https://github.com/facebook/react-native.git#master" resolved the build issue. However the app launches, and almost immediately displays a red screen of death with this error in the console.
|
Well, I'm running my OS X on a case sensitive file system. Switching to react-native master fixed that for me. On Sat, Apr 18, 2015 at 3:21 PM, Lee Owen notifications@github.com
|
@itsleeowen how did you do this ? |
i got this error The following build commands failed: |
Hi,
after installing react-native-cli from scratch and creating a new project, the Xcode build is not passing.
The error:
Any ideas?
A react-native project I created two weeks ago is working perfectly.
The text was updated successfully, but these errors were encountered: