Cocoapods issue
jorilallo opened this issue · 4 comments
jorilallo commented
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
maybe update cocoapods?
JasonZ321 commented
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
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
Yes! should be xcworkspace. Thank you very much.