Created
July 10, 2013 14:31
-
-
Save danielmcgrath/5966785 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[TRACE] Undefined symbols for architecture i386: | |
[TRACE] "_OBJC_CLASS_$_Reachability", referenced from: | |
[TRACE] objc-class-ref in libcom.pusher.a(ComPusherModule.o) | |
[TRACE] "_kReachabilityChangedNotification", referenced from: | |
[TRACE] -[ComPusherModule pusher:connection:didDisconnectWithError:] in libcom.pusher.a(ComPusherModule.o) | |
[TRACE] -[ComPusherModule reachabilityChanged:] in libcom.pusher.a(ComPusherModule.o) | |
[TRACE] (maybe you meant: _TI_kReachabilityChangedNotification) | |
[TRACE] ld: symbol(s) not found for architecture i386 | |
[TRACE] clang: error: linker command failed with exit code 1 (use -v to see invocation) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment