taskrabbit / ReactNativeSampleApp

Example app in React Native: sort of like twitter/tumblr
MIT License
929 stars 321 forks source link

Cocoapods issue #4

Closed jorilallo closed 9 years ago

jorilallo commented 9 years ago
ld: library not found for -lSimulatorRemoteNotifications
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I'm running into this issue when compiling the project. Probably some simple Cocoapods issue but unfortunately I'm new to pods.

bleonard commented 9 years ago

maybe update cocoapods?

JasonZ321 commented 9 years ago

my cocoapods version is 0.39.0, but I still get this error. ld: library not found for -lSimulatorRemoteNotifications clang: error: linker command failed with exit code 1 (use -v to see invocation)

bleonard commented 9 years ago

I assume that error is coming from XCode on compile. Are you sure you are launching the xcworkspace and not the xcproject file?

This also suggests trying pod update http://stackoverflow.com/questions/24050012/error-library-not-found-for

JasonZ321 commented 9 years ago

Yes! should be xcworkspace. Thank you very much.