Advertisement
Guest User

Xcode linker error

a guest
Dec 17th, 2012
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.37 KB | None | 0 0
  1. Ld /Users/clayne/Library/Developer/Xcode/DerivedData/TestSuperproject-dmbfeelykbubjbfbbhqxgbpvinpq/Build/Products/Debug-iphonesimulator/TestSuperproject.app/TestSuperproject normal i386
  2. cd /Users/clayne/Developer/TestSuperproject
  3. setenv IPHONEOS_DEPLOYMENT_TARGET 5.0
  4. setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
  5. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.0.sdk -L/Users/clayne/Library/Developer/Xcode/DerivedData/TestSuperproject-dmbfeelykbubjbfbbhqxgbpvinpq/Build/Products/Debug-iphonesimulator -L/Users/clayne/Developer/TestSuperproject -L/Users/clayne/Developer/TestSuperproject/honeycomb-ios-library -F/Users/clayne/Library/Developer/Xcode/DerivedData/TestSuperproject-dmbfeelykbubjbfbbhqxgbpvinpq/Build/Products/Debug-iphonesimulator -filelist /Users/clayne/Library/Developer/Xcode/DerivedData/TestSuperproject-dmbfeelykbubjbfbbhqxgbpvinpq/Build/Intermediates/TestSuperproject.build/Debug-iphonesimulator/TestSuperproject.build/Objects-normal/i386/TestSuperproject.LinkFileList -Xlinker -objc_abi_version -Xlinker 2 -ObjC -all_load -fobjc-arc -fobjc-link-runtime -Xlinker -no_implicit_dylibs -mios-simulator-version-min=5.0 /Users/clayne/Library/Developer/Xcode/DerivedData/TestSuperproject-dmbfeelykbubjbfbbhqxgbpvinpq/Build/Products/Debug-iphonesimulator/libHoneycombLibrary.a -framework UIKit -framework Foundation -framework CoreGraphics -o /Users/clayne/Library/Developer/Xcode/DerivedData/TestSuperproject-dmbfeelykbubjbfbbhqxgbpvinpq/Build/Products/Debug-iphonesimulator/TestSuperproject.app/TestSuperproject
  6.  
  7. Undefined symbols for architecture i386:
  8. "_ABAddressBookCreate", referenced from:
  9. -[ExhibitorDetailController viewDidLoad] in libHoneycombLibrary.a(ExhibitorDetailController.o)
  10. -[ContactsController viewDidLoad] in libHoneycombLibrary.a(ContactsController.o)
  11. "_ABAddressBookGetPersonWithRecordID", referenced from:
  12. -[ExhibitorDetailController buildSortedArray] in libHoneycombLibrary.a(ExhibitorDetailController.o)
  13. -[ContactsController buildSortedArray] in libHoneycombLibrary.a(ContactsController.o)
  14. "_ABPersonComparePeopleByName", referenced from:
  15. -[ExhibitorDetailController buildSortedArray] in libHoneycombLibrary.a(ExhibitorDetailController.o)
  16. -[ContactsController buildSortedArray] in libHoneycombLibrary.a(ContactsController.o)
  17. -[ExhibitorDetailController buildSortedArray] in libHoneycombLibrary.a(ExhibitorDetailController.o)
  18. -[ContactsController buildSortedArray] in libHoneycombLibrary.a(ContactsController.o)
  19. "_ABPersonGetSortOrdering", referenced from:
  20. -[ExhibitorDetailController buildSortedArray] in libHoneycombLibrary.a(ExhibitorDetailController.o)
  21. -[ContactsController buildSortedArray] in libHoneycombLibrary.a(ContactsController.o)
  22. "_ABRecordCopyValue", referenced from:
  23. -[ExhibitorDetailController tableView:cellForRowAtIndexPath:] in libHoneycombLibrary.a(ExhibitorDetailController.o)
  24. -[ContactsController tableView:cellForRowAtIndexPath:] in libHoneycombLibrary.a(ContactsController.o)
  25. "_ABRecordGetRecordID", referenced from:
  26. -[ExhibitorDetailController peoplePickerNavigationController:shouldContinueAfterSelectingPerson:] in libHoneycombLibrary.a(ExhibitorDetailController.o)
  27. -[ExhibitorDetailController newPersonViewController:didCompleteWithNewPerson:] in libHoneycombLibrary.a(ExhibitorDetailController.o)
  28. -[ContactsController peoplePickerNavigationController:shouldContinueAfterSelectingPerson:] in libHoneycombLibrary.a(ContactsController.o)
  29. -[ContactsController newPersonViewController:didCompleteWithNewPerson:] in libHoneycombLibrary.a(ContactsController.o)
  30. "_CACurrentMediaTime", referenced from:
  31. -[FlowCoverView driveAnimation] in libHoneycombLibrary.a(FlowCoverView.o)
  32. -[FlowCoverView startAnimation:] in libHoneycombLibrary.a(FlowCoverView.o)
  33. -[FlowCoverView touchesBegan:withEvent:] in libHoneycombLibrary.a(FlowCoverView.o)
  34. -[FlowCoverView touchesEnded:withEvent:] in libHoneycombLibrary.a(FlowCoverView.o)
  35. -[FlowCoverView touchesMoved:withEvent:] in libHoneycombLibrary.a(FlowCoverView.o)
  36. "_CFHTTPAuthenticationCopyMethod", referenced from:
  37. -[ASIHTTPRequest attemptToApplyProxyCredentialsAndResume] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  38. -[ASIHTTPRequest attemptToApplyCredentialsAndResume] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  39. "_CFHTTPAuthenticationCopyRealm", referenced from:
  40. -[ASIHTTPRequest attemptToApplyProxyCredentialsAndResume] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  41. -[ASIHTTPRequest attemptToApplyCredentialsAndResume] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  42. "_CFHTTPAuthenticationCreateFromResponse", referenced from:
  43. -[ASIHTTPRequest attemptToApplyProxyCredentialsAndResume] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  44. -[ASIHTTPRequest attemptToApplyCredentialsAndResume] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  45. "_CFHTTPAuthenticationIsValid", referenced from:
  46. -[ASIHTTPRequest attemptToApplyProxyCredentialsAndResume] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  47. -[ASIHTTPRequest attemptToApplyCredentialsAndResume] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  48. "_CFHTTPAuthenticationRequiresAccountDomain", referenced from:
  49. -[ASIHTTPRequest findProxyCredentials] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  50. -[ASIHTTPRequest findCredentials] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  51. -[ASIHTTPRequest attemptToApplyProxyCredentialsAndResume] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  52. -[ASIHTTPRequest attemptToApplyCredentialsAndResume] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  53. "_CFHTTPAuthenticationRequiresUserNameAndPassword", referenced from:
  54. -[ASIHTTPRequest attemptToApplyProxyCredentialsAndResume] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  55. -[ASIHTTPRequest attemptToApplyCredentialsAndResume] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  56. "_CFHTTPMessageApplyCredentialDictionary", referenced from:
  57. -[ASIHTTPRequest applyAuthorizationHeader] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  58. -[ASIHTTPRequest applyProxyCredentials:] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  59. -[ASIHTTPRequest applyCredentials:] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  60. "_CFHTTPMessageCopyAllHeaderFields", referenced from:
  61. -[ASIHTTPRequest readResponseHeaders] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  62. "_CFHTTPMessageCopyResponseStatusLine", referenced from:
  63. -[ASIHTTPRequest readResponseHeaders] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  64. "_CFHTTPMessageCopyVersion", referenced from:
  65. -[ASIHTTPRequest readResponseHeaders] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  66. "_CFHTTPMessageCreateRequest", referenced from:
  67. -[ASIHTTPRequest main] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  68. "_CFHTTPMessageGetResponseStatusCode", referenced from:
  69. -[ASIHTTPRequest readResponseHeaders] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  70. "_CFHTTPMessageIsHeaderComplete", referenced from:
  71. -[ASIHTTPRequest readResponseHeaders] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  72. "_CFHTTPMessageSetHeaderFieldValue", referenced from:
  73. -[ASIHTTPRequest main] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  74. -[ASIHTTPRequest checkRequestStatus] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  75. "_CFNetworkCopyProxiesForAutoConfigurationScript", referenced from:
  76. -[ASIHTTPRequest runPACScript:] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  77. "_CFNetworkCopyProxiesForURL", referenced from:
  78. -[ASIHTTPRequest configureProxies] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  79. -[ASIHTTPRequest runPACScript:] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  80. "_CFNetworkCopySystemProxySettings", referenced from:
  81. -[ASIHTTPRequest configureProxies] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  82. "_CFReadStreamCreateForHTTPRequest", referenced from:
  83. -[ASIHTTPRequest startRequest] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  84. "_CFReadStreamCreateForStreamedHTTPRequest", referenced from:
  85. -[ASIHTTPRequest startRequest] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  86. "_MPMoviePlayerPlaybackDidFinishNotification", referenced from:
  87. -[AppDelegateWorkhorse playIntroAnimation:] in libHoneycombLibrary.a(AppDelegateWorkhorse.o)
  88. -[AppDelegateWorkhorse handleVideoNotifications:] in libHoneycombLibrary.a(AppDelegateWorkhorse.o)
  89. "_NSInferMappingModelAutomaticallyOption", referenced from:
  90. -[HoneycombDataService persistentStoreCoordinator] in libHoneycombLibrary.a(HoneycombDataService.o)
  91. "_NSMigratePersistentStoresAutomaticallyOption", referenced from:
  92. -[HoneycombDataService persistentStoreCoordinator] in libHoneycombLibrary.a(HoneycombDataService.o)
  93. "_NSSQLiteStoreType", referenced from:
  94. -[HoneycombDataService persistentStoreCoordinator] in libHoneycombLibrary.a(HoneycombDataService.o)
  95. "_OBJC_CLASS_$_ABNewPersonViewController", referenced from:
  96. objc-class-ref in libHoneycombLibrary.a(ExhibitorDetailController.o)
  97. objc-class-ref in libHoneycombLibrary.a(ContactsController.o)
  98. "_OBJC_CLASS_$_ABPeoplePickerNavigationController", referenced from:
  99. objc-class-ref in libHoneycombLibrary.a(ExhibitorDetailController.o)
  100. objc-class-ref in libHoneycombLibrary.a(ContactsController.o)
  101. "_OBJC_CLASS_$_ABPersonViewController", referenced from:
  102. objc-class-ref in libHoneycombLibrary.a(ExhibitorDetailController.o)
  103. objc-class-ref in libHoneycombLibrary.a(ContactsController.o)
  104. "_OBJC_CLASS_$_CAAnimation", referenced from:
  105. l_OBJC_$_CATEGORY_CAAnimation_$_FTAnimationAdditions in libHoneycombLibrary.a(FTAnimationManager.o)
  106. "_OBJC_CLASS_$_CAAnimationGroup", referenced from:
  107. objc-class-ref in libHoneycombLibrary.a(FTAnimationManager.o)
  108. "_OBJC_CLASS_$_CABasicAnimation", referenced from:
  109. objc-class-ref in libHoneycombLibrary.a(FTAnimationManager.o)
  110. "_OBJC_CLASS_$_CAEAGLLayer", referenced from:
  111. objc-class-ref in libHoneycombLibrary.a(FlowCoverView.o)
  112. "_OBJC_CLASS_$_CAKeyframeAnimation", referenced from:
  113. objc-class-ref in libHoneycombLibrary.a(FTAnimationManager.o)
  114. "_OBJC_CLASS_$_CAMediaTimingFunction", referenced from:
  115. objc-class-ref in libHoneycombLibrary.a(FTAnimationManager.o)
  116. "_OBJC_CLASS_$_EAGLContext", referenced from:
  117. objc-class-ref in libHoneycombLibrary.a(FlowCoverView.o)
  118. "_OBJC_CLASS_$_EKAlarm", referenced from:
  119. objc-class-ref in libHoneycombLibrary.a(ScheduleDetailController.o)
  120. objc-class-ref in libHoneycombLibrary.a(ScheduleEventController.o)
  121. "_OBJC_CLASS_$_EKEvent", referenced from:
  122. objc-class-ref in libHoneycombLibrary.a(ScheduleEvent+extraMethods.o)
  123. "_OBJC_CLASS_$_EKEventStore", referenced from:
  124. objc-class-ref in libHoneycombLibrary.a(HoneycombDataService.o)
  125. "_OBJC_CLASS_$_MFMailComposeViewController", referenced from:
  126. objc-class-ref in libHoneycombLibrary.a(NotesViewController.o)
  127. "_OBJC_CLASS_$_MPMoviePlayerController", referenced from:
  128. _OBJC_CLASS_$_MyMPMoviePlayerViewController in libHoneycombLibrary.a(MyMPMoviePlayerViewController.o)
  129. objc-class-ref in libHoneycombLibrary.a(WelcomeViewTextController.o)
  130. "_OBJC_CLASS_$_MPMoviePlayerViewController", referenced from:
  131. objc-class-ref in libHoneycombLibrary.a(HostCityDetailController.o)
  132. "_OBJC_CLASS_$_NSEntityDescription", referenced from:
  133. objc-class-ref in libHoneycombLibrary.a(Abstract+extraMethods.o)
  134. objc-class-ref in libHoneycombLibrary.a(Category+extraMethods.o)
  135. objc-class-ref in libHoneycombLibrary.a(HostCityItem+extraMethods.o)
  136. objc-class-ref in libHoneycombLibrary.a(Map+extraMethods.o)
  137. objc-class-ref in libHoneycombLibrary.a(MapItem+extraMethods.o)
  138. objc-class-ref in libHoneycombLibrary.a(NewsArticle+extraMethods.o)
  139. objc-class-ref in libHoneycombLibrary.a(NSManagedObjectContext+OneLineFetch.o)
  140. ...
  141. "_OBJC_CLASS_$_NSFetchRequest", referenced from:
  142. objc-class-ref in libHoneycombLibrary.a(NSManagedObjectContext+OneLineFetch.o)
  143. "_OBJC_CLASS_$_NSManagedObject", referenced from:
  144. _OBJC_CLASS_$_Abstract in libHoneycombLibrary.a(Abstract.o)
  145. _OBJC_CLASS_$_AppSettings in libHoneycombLibrary.a(AppSettings.o)
  146. _OBJC_CLASS_$_Category in libHoneycombLibrary.a(Category.o)
  147. _OBJC_CLASS_$_CategoryLink in libHoneycombLibrary.a(CategoryLink.o)
  148. _OBJC_CLASS_$_Contacts in libHoneycombLibrary.a(Contacts.o)
  149. _OBJC_CLASS_$_Page in libHoneycombLibrary.a(Page.o)
  150. _OBJC_CLASS_$_PageLink in libHoneycombLibrary.a(PageLink.o)
  151. ...
  152. "_OBJC_CLASS_$_NSManagedObjectContext", referenced from:
  153. l_OBJC_$_CATEGORY_NSManagedObjectContext_$_OneLineFetch in libHoneycombLibrary.a(NSManagedObjectContext+OneLineFetch.o)
  154. objc-class-ref in libHoneycombLibrary.a(HoneycombDataService.o)
  155. "_OBJC_CLASS_$_NSManagedObjectModel", referenced from:
  156. objc-class-ref in libHoneycombLibrary.a(HoneycombDataService.o)
  157. "_OBJC_CLASS_$_NSPersistentStoreCoordinator", referenced from:
  158. objc-class-ref in libHoneycombLibrary.a(HoneycombDataService.o)
  159. "_OBJC_CLASS_$_TWTweetComposeViewController", referenced from:
  160. objc-class-ref in libHoneycombLibrary.a(TwitterController.o)
  161. "_OBJC_METACLASS_$_MPMoviePlayerController", referenced from:
  162. _OBJC_METACLASS_$_MyMPMoviePlayerViewController in libHoneycombLibrary.a(MyMPMoviePlayerViewController.o)
  163. "_OBJC_METACLASS_$_NSManagedObject", referenced from:
  164. _OBJC_METACLASS_$_Abstract in libHoneycombLibrary.a(Abstract.o)
  165. _OBJC_METACLASS_$_AppSettings in libHoneycombLibrary.a(AppSettings.o)
  166. _OBJC_METACLASS_$_Category in libHoneycombLibrary.a(Category.o)
  167. _OBJC_METACLASS_$_CategoryLink in libHoneycombLibrary.a(CategoryLink.o)
  168. _OBJC_METACLASS_$_Contacts in libHoneycombLibrary.a(Contacts.o)
  169. _OBJC_METACLASS_$_Page in libHoneycombLibrary.a(Page.o)
  170. _OBJC_METACLASS_$_PageLink in libHoneycombLibrary.a(PageLink.o)
  171. ...
  172. "_SCNetworkReachabilityCreateWithAddress", referenced from:
  173. +[Reachability reachabilityWithAddress:] in libHoneycombLibrary.a(Reachability.o)
  174. "_SCNetworkReachabilityCreateWithName", referenced from:
  175. +[Reachability reachabilityWithHostName:] in libHoneycombLibrary.a(Reachability.o)
  176. "_SCNetworkReachabilityGetFlags", referenced from:
  177. -[Reachability description] in libHoneycombLibrary.a(Reachability.o)
  178. -[Reachability currentReachabilityStatus] in libHoneycombLibrary.a(Reachability.o)
  179. -[Reachability isReachable] in libHoneycombLibrary.a(Reachability.o)
  180. -[Reachability isConnectionRequired] in libHoneycombLibrary.a(Reachability.o)
  181. -[Reachability isConnectionOnDemand] in libHoneycombLibrary.a(Reachability.o)
  182. -[Reachability isInterventionRequired] in libHoneycombLibrary.a(Reachability.o)
  183. -[Reachability isReachableViaWWAN] in libHoneycombLibrary.a(Reachability.o)
  184. ...
  185. "_SCNetworkReachabilityScheduleWithRunLoop", referenced from:
  186. -[Reachability startNotifier] in libHoneycombLibrary.a(Reachability.o)
  187. "_SCNetworkReachabilitySetCallback", referenced from:
  188. -[Reachability startNotifier] in libHoneycombLibrary.a(Reachability.o)
  189. "_SCNetworkReachabilityUnscheduleFromRunLoop", referenced from:
  190. -[Reachability stopNotifier] in libHoneycombLibrary.a(Reachability.o)
  191. "_UTTypeCopyPreferredTagWithClass", referenced from:
  192. +[ASIHTTPRequest mimeTypeForFileAtPath:] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  193. "_UTTypeCreatePreferredIdentifierForTag", referenced from:
  194. +[ASIHTTPRequest mimeTypeForFileAtPath:] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  195. "_deflate", referenced from:
  196. -[ASIDataCompressor compressBytes:length:error:shouldFinish:] in libHoneycombLibrary.a(ASIDataCompressor.o)
  197. "_deflateEnd", referenced from:
  198. -[ASIDataCompressor closeStream] in libHoneycombLibrary.a(ASIDataCompressor.o)
  199. "_deflateInit2_", referenced from:
  200. -[ASIDataCompressor setupStream] in libHoneycombLibrary.a(ASIDataCompressor.o)
  201. "_glBindFramebufferOES", referenced from:
  202. -[FlowCoverView createFrameBuffer] in libHoneycombLibrary.a(FlowCoverView.o)
  203. -[FlowCoverView draw] in libHoneycombLibrary.a(FlowCoverView.o)
  204. "_glBindRenderbufferOES", referenced from:
  205. -[FlowCoverView createFrameBuffer] in libHoneycombLibrary.a(FlowCoverView.o)
  206. -[FlowCoverView draw] in libHoneycombLibrary.a(FlowCoverView.o)
  207. "_glBindTexture", referenced from:
  208. -[FlowCoverView imageToTexture:] in libHoneycombLibrary.a(FlowCoverView.o)
  209. -[FlowCoverView drawTile:atOffset:] in libHoneycombLibrary.a(FlowCoverView.o)
  210. "_glBlendFunc", referenced from:
  211. -[FlowCoverView draw] in libHoneycombLibrary.a(FlowCoverView.o)
  212. "_glCheckFramebufferStatusOES", referenced from:
  213. -[FlowCoverView createFrameBuffer] in libHoneycombLibrary.a(FlowCoverView.o)
  214. "_glClear", referenced from:
  215. -[FlowCoverView draw] in libHoneycombLibrary.a(FlowCoverView.o)
  216. "_glClearColor", referenced from:
  217. -[FlowCoverView draw] in libHoneycombLibrary.a(FlowCoverView.o)
  218. "_glColor4f", referenced from:
  219. -[FlowCoverView drawTile:atOffset:] in libHoneycombLibrary.a(FlowCoverView.o)
  220. "_glDeleteFramebuffersOES", referenced from:
  221. -[FlowCoverView destroyFrameBuffer] in libHoneycombLibrary.a(FlowCoverView.o)
  222. "_glDeleteRenderbuffersOES", referenced from:
  223. -[FlowCoverView destroyFrameBuffer] in libHoneycombLibrary.a(FlowCoverView.o)
  224. "_glDeleteTextures", referenced from:
  225. -[FlowCoverRecord dealloc] in libHoneycombLibrary.a(FlowCoverView.o)
  226. "_glDisable", referenced from:
  227. -[FlowCoverView draw] in libHoneycombLibrary.a(FlowCoverView.o)
  228. "_glDrawArrays", referenced from:
  229. -[FlowCoverView drawTile:atOffset:] in libHoneycombLibrary.a(FlowCoverView.o)
  230. "_glEnable", referenced from:
  231. -[FlowCoverView draw] in libHoneycombLibrary.a(FlowCoverView.o)
  232. "_glEnableClientState", referenced from:
  233. -[FlowCoverView draw] in libHoneycombLibrary.a(FlowCoverView.o)
  234. "_glFramebufferRenderbufferOES", referenced from:
  235. -[FlowCoverView createFrameBuffer] in libHoneycombLibrary.a(FlowCoverView.o)
  236. "_glGenFramebuffersOES", referenced from:
  237. -[FlowCoverView createFrameBuffer] in libHoneycombLibrary.a(FlowCoverView.o)
  238. "_glGenRenderbuffersOES", referenced from:
  239. -[FlowCoverView createFrameBuffer] in libHoneycombLibrary.a(FlowCoverView.o)
  240. "_glGenTextures", referenced from:
  241. -[FlowCoverView imageToTexture:] in libHoneycombLibrary.a(FlowCoverView.o)
  242. "_glGetRenderbufferParameterivOES", referenced from:
  243. -[FlowCoverView createFrameBuffer] in libHoneycombLibrary.a(FlowCoverView.o)
  244. "_glLoadIdentity", referenced from:
  245. -[FlowCoverView draw] in libHoneycombLibrary.a(FlowCoverView.o)
  246. "_glMatrixMode", referenced from:
  247. -[FlowCoverView draw] in libHoneycombLibrary.a(FlowCoverView.o)
  248. "_glMultMatrixf", referenced from:
  249. -[FlowCoverView drawTile:atOffset:] in libHoneycombLibrary.a(FlowCoverView.o)
  250. "_glPopMatrix", referenced from:
  251. -[FlowCoverView drawTile:atOffset:] in libHoneycombLibrary.a(FlowCoverView.o)
  252. "_glPushMatrix", referenced from:
  253. -[FlowCoverView drawTile:atOffset:] in libHoneycombLibrary.a(FlowCoverView.o)
  254. "_glScalef", referenced from:
  255. -[FlowCoverView drawTile:atOffset:] in libHoneycombLibrary.a(FlowCoverView.o)
  256. -[FlowCoverView draw] in libHoneycombLibrary.a(FlowCoverView.o)
  257. "_glTexCoordPointer", referenced from:
  258. -[FlowCoverView draw] in libHoneycombLibrary.a(FlowCoverView.o)
  259. "_glTexImage2D", referenced from:
  260. -[FlowCoverView imageToTexture:] in libHoneycombLibrary.a(FlowCoverView.o)
  261. "_glTexParameteri", referenced from:
  262. -[FlowCoverView imageToTexture:] in libHoneycombLibrary.a(FlowCoverView.o)
  263. "_glTranslatef", referenced from:
  264. -[FlowCoverView drawTile:atOffset:] in libHoneycombLibrary.a(FlowCoverView.o)
  265. "_glVertexPointer", referenced from:
  266. -[FlowCoverView draw] in libHoneycombLibrary.a(FlowCoverView.o)
  267. "_glViewport", referenced from:
  268. -[FlowCoverView draw] in libHoneycombLibrary.a(FlowCoverView.o)
  269. "_inflate", referenced from:
  270. -[ASIDataDecompressor uncompressBytes:length:error:] in libHoneycombLibrary.a(ASIDataDecompressor.o)
  271. "_inflateEnd", referenced from:
  272. -[ASIDataDecompressor closeStream] in libHoneycombLibrary.a(ASIDataDecompressor.o)
  273. "_inflateInit2_", referenced from:
  274. -[ASIDataDecompressor setupStream] in libHoneycombLibrary.a(ASIDataDecompressor.o)
  275. "_kABPersonFirstNameProperty", referenced from:
  276. -[ExhibitorDetailController tableView:cellForRowAtIndexPath:] in libHoneycombLibrary.a(ExhibitorDetailController.o)
  277. -[ContactsController tableView:cellForRowAtIndexPath:] in libHoneycombLibrary.a(ContactsController.o)
  278. -[ExhibitorDetailController tableView:cellForRowAtIndexPath:] in libHoneycombLibrary.a(ExhibitorDetailController.o)
  279. -[ContactsController tableView:cellForRowAtIndexPath:] in libHoneycombLibrary.a(ContactsController.o)
  280. "_kABPersonLastNameProperty", referenced from:
  281. -[ExhibitorDetailController tableView:cellForRowAtIndexPath:] in libHoneycombLibrary.a(ExhibitorDetailController.o)
  282. -[ContactsController tableView:cellForRowAtIndexPath:] in libHoneycombLibrary.a(ContactsController.o)
  283. -[ExhibitorDetailController tableView:cellForRowAtIndexPath:] in libHoneycombLibrary.a(ExhibitorDetailController.o)
  284. -[ContactsController tableView:cellForRowAtIndexPath:] in libHoneycombLibrary.a(ContactsController.o)
  285. "_kCAFillModeBoth", referenced from:
  286. -[FTAnimationManager delayStartOfAnimation:withDelay:] in libHoneycombLibrary.a(FTAnimationManager.o)
  287. -[FTAnimationManager animationGroupFor:withView:duration:delegate:startSelector:stopSelector:name:type:] in libHoneycombLibrary.a(FTAnimationManager.o)
  288. -[FTAnimationManager popOutAnimationFor:duration:delegate:startSelector:stopSelector:] in libHoneycombLibrary.a(FTAnimationManager.o)
  289. "_kCAFillModeForwards", referenced from:
  290. -[FTAnimationManager pauseAtEndOfAnimation:withDelay:] in libHoneycombLibrary.a(FTAnimationManager.o)
  291. -[FTAnimationManager backOutAnimationFor:withFade:direction:duration:delegate:startSelector:stopSelector:] in libHoneycombLibrary.a(FTAnimationManager.o)
  292. -[FTAnimationManager backInAnimationFor:withFade:direction:duration:delegate:startSelector:stopSelector:] in libHoneycombLibrary.a(FTAnimationManager.o)
  293. -[FTAnimationManager backOutAnimationFor:withFade:direction:inView:duration:delegate:startSelector:stopSelector:] in libHoneycombLibrary.a(FTAnimationManager.o)
  294. -[FTAnimationManager backInAnimationFor:withFade:direction:inView:duration:delegate:startSelector:stopSelector:] in libHoneycombLibrary.a(FTAnimationManager.o)
  295. -[FTAnimationManager popInAnimationFor:duration:delegate:startSelector:stopSelector:] in libHoneycombLibrary.a(FTAnimationManager.o)
  296. "_kCAMediaTimingFunctionEaseIn", referenced from:
  297. -[FTAnimationManager popOutAnimationFor:duration:delegate:startSelector:stopSelector:] in libHoneycombLibrary.a(FTAnimationManager.o)
  298. -[FTAnimationManager flyOutAnimationFor:duration:delegate:startSelector:stopSelector:] in libHoneycombLibrary.a(FTAnimationManager.o)
  299. "_kCAMediaTimingFunctionEaseInEaseOut", referenced from:
  300. -[FTAnimationManager animationGroupFor:withView:duration:delegate:startSelector:stopSelector:name:type:] in libHoneycombLibrary.a(FTAnimationManager.o)
  301. -[FTAnimationManager popInAnimationFor:duration:delegate:startSelector:stopSelector:] in libHoneycombLibrary.a(FTAnimationManager.o)
  302. "_kCAMediaTimingFunctionEaseOut", referenced from:
  303. -[FTAnimationManager popInAnimationFor:duration:delegate:startSelector:stopSelector:] in libHoneycombLibrary.a(FTAnimationManager.o)
  304. "_kCAMediaTimingFunctionLinear", referenced from:
  305. -[FTAnimationManager fadeAnimationFor:duration:delegate:startSelector:stopSelector:fadeOut:] in libHoneycombLibrary.a(FTAnimationManager.o)
  306. -[FTAnimationManager fadeBackgroundColorAnimationFor:duration:delegate:startSelector:stopSelector:fadeOut:] in libHoneycombLibrary.a(FTAnimationManager.o)
  307. "_kCFErrorDomainCFNetwork", referenced from:
  308. -[ASIHTTPRequest handleStreamError] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  309. "_kCFHTTPAuthenticationAccountDomain", referenced from:
  310. -[ASIHTTPRequest findProxyCredentials] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  311. -[ASIHTTPRequest findCredentials] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  312. "_kCFHTTPAuthenticationPassword", referenced from:
  313. -[ASIHTTPRequest applyAuthorizationHeader] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  314. -[ASIHTTPRequest readResponseHeaders] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  315. -[ASIHTTPRequest saveProxyCredentialsToKeychain:] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  316. -[ASIHTTPRequest saveCredentialsToKeychain:] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  317. -[ASIHTTPRequest findProxyCredentials] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  318. -[ASIHTTPRequest findCredentials] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  319. "_kCFHTTPAuthenticationSchemeBasic", referenced from:
  320. -[ASIAuthenticationDialog tableView:titleForFooterInSection:] in libHoneycombLibrary.a(ASIAuthenticationDialog.o)
  321. -[ASIHTTPRequest applyAuthorizationHeader] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  322. -[ASIHTTPRequest readResponseHeaders] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  323. -[ASIHTTPRequest addBasicAuthenticationHeaderWithUsername:andPassword:] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  324. -[ASIAuthenticationDialog tableView:titleForFooterInSection:] in libHoneycombLibrary.a(ASIAuthenticationDialog.o)
  325. -[ASIHTTPRequest applyAuthorizationHeader] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  326. -[ASIHTTPRequest readResponseHeaders] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  327. -[ASIHTTPRequest addBasicAuthenticationHeaderWithUsername:andPassword:] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  328. "_kCFHTTPAuthenticationSchemeNTLM", referenced from:
  329. -[ASIAuthenticationDialog loginWithCredentialsFromDialog:] in libHoneycombLibrary.a(ASIAuthenticationDialog.o)
  330. -[ASIAuthenticationDialog numberOfSectionsInTableView:] in libHoneycombLibrary.a(ASIAuthenticationDialog.o)
  331. -[ASIHTTPRequest findProxyCredentials] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  332. -[ASIHTTPRequest attemptToApplyProxyCredentialsAndResume] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  333. -[ASIHTTPRequest attemptToApplyCredentialsAndResume] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  334. -[ASIAuthenticationDialog loginWithCredentialsFromDialog:] in libHoneycombLibrary.a(ASIAuthenticationDialog.o)
  335. -[ASIAuthenticationDialog numberOfSectionsInTableView:] in libHoneycombLibrary.a(ASIAuthenticationDialog.o)
  336. -[ASIHTTPRequest findProxyCredentials] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  337. -[ASIHTTPRequest attemptToApplyProxyCredentialsAndResume] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  338. -[ASIHTTPRequest attemptToApplyCredentialsAndResume] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  339. "_kCFHTTPAuthenticationUsername", referenced from:
  340. -[ASIHTTPRequest applyAuthorizationHeader] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  341. -[ASIHTTPRequest readResponseHeaders] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  342. -[ASIHTTPRequest saveProxyCredentialsToKeychain:] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  343. -[ASIHTTPRequest saveCredentialsToKeychain:] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  344. -[ASIHTTPRequest findProxyCredentials] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  345. -[ASIHTTPRequest findCredentials] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  346. -[ASIHTTPRequest findSessionAuthenticationCredentials] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  347. ...
  348. "_kCFHTTPVersion1_0", referenced from:
  349. -[ASIHTTPRequest main] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  350. -[ASIHTTPRequest readResponseHeaders] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  351. "_kCFHTTPVersion1_1", referenced from:
  352. -[ASIHTTPRequest main] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  353. "_kCFProxyAutoConfigurationURLKey", referenced from:
  354. -[ASIHTTPRequest configureProxies] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  355. "_kCFProxyHostNameKey", referenced from:
  356. -[ASIHTTPRequest configureProxies] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  357. -[ASIHTTPRequest runPACScript:] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  358. "_kCFProxyPortNumberKey", referenced from:
  359. -[ASIHTTPRequest configureProxies] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  360. -[ASIHTTPRequest runPACScript:] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  361. "_kCFProxyTypeHTTP", referenced from:
  362. -[ASIHTTPRequest startRequest] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  363. "_kCFProxyTypeKey", referenced from:
  364. -[ASIHTTPRequest configureProxies] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  365. -[ASIHTTPRequest runPACScript:] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  366. "_kCFProxyTypeSOCKS", referenced from:
  367. -[ASIHTTPRequest startRequest] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  368. "_kCFStreamErrorDomainHTTP", referenced from:
  369. -[ASIHTTPRequest attemptToApplyProxyCredentialsAndResume] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  370. -[ASIHTTPRequest attemptToApplyCredentialsAndResume] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  371. "_kCFStreamPropertyHTTPAttemptPersistentConnection", referenced from:
  372. -[ASIHTTPRequest startRequest] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  373. "_kCFStreamPropertyHTTPProxy", referenced from:
  374. -[ASIHTTPRequest startRequest] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  375. "_kCFStreamPropertyHTTPProxyHost", referenced from:
  376. -[ASIHTTPRequest startRequest] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  377. "_kCFStreamPropertyHTTPProxyPort", referenced from:
  378. -[ASIHTTPRequest startRequest] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  379. "_kCFStreamPropertyHTTPRequestBytesWrittenCount", referenced from:
  380. -[ASIHTTPRequest checkRequestStatus] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  381. -[ASIHTTPRequest handleStreamComplete] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  382. "_kCFStreamPropertyHTTPResponseHeader", referenced from:
  383. -[ASIHTTPRequest readResponseHeaders] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  384. -[ASIHTTPRequest attemptToApplyProxyCredentialsAndResume] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  385. -[ASIHTTPRequest attemptToApplyCredentialsAndResume] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  386. "_kCFStreamPropertyHTTPSProxyHost", referenced from:
  387. -[ASIHTTPRequest startRequest] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  388. "_kCFStreamPropertyHTTPSProxyPort", referenced from:
  389. -[ASIHTTPRequest startRequest] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  390. "_kCFStreamPropertySSLSettings", referenced from:
  391. -[ASIHTTPRequest startRequest] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  392. "_kCFStreamSSLCertificates", referenced from:
  393. -[ASIHTTPRequest startRequest] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  394. "_kCFStreamSSLValidatesCertificateChain", referenced from:
  395. -[ASIHTTPRequest startRequest] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  396. "_kUTTagClassFilenameExtension", referenced from:
  397. +[ASIHTTPRequest mimeTypeForFileAtPath:] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  398. "_kUTTagClassMIMEType", referenced from:
  399. +[ASIHTTPRequest mimeTypeForFileAtPath:] in libHoneycombLibrary.a(ASIHTTPRequest.o)
  400. "_kUTTypeImage", referenced from:
  401. -[NewBlogEntryController takeNewPhoto] in libHoneycombLibrary.a(NewBlogEntryController.o)
  402. "_xmlFree", referenced from:
  403. -[MGTwitterLibXMLParser initWithXML:delegate:connectionIdentifier:requestType:responseType:URL:] in libHoneycombLibrary.a(MGTwitterLibXMLParser.o)
  404. -[MGTwitterLibXMLParser _nodeValueAsString] in libHoneycombLibrary.a(MGTwitterLibXMLParser.o)
  405. -[MGTwitterLibXMLParser _nodeValueAsDate] in libHoneycombLibrary.a(MGTwitterLibXMLParser.o)
  406. -[MGTwitterLibXMLParser _nodeValueAsInt] in libHoneycombLibrary.a(MGTwitterLibXMLParser.o)
  407. -[MGTwitterLibXMLParser _nodeValueAsBool] in libHoneycombLibrary.a(MGTwitterLibXMLParser.o)
  408. "_xmlReaderForMemory", referenced from:
  409. -[MGTwitterLibXMLParser initWithXML:delegate:connectionIdentifier:requestType:responseType:URL:] in libHoneycombLibrary.a(MGTwitterLibXMLParser.o)
  410. "_xmlStrEqual", referenced from:
  411. -[MGTwitterLibXMLParser _statusDictionaryForNodeWithName:] in libHoneycombLibrary.a(MGTwitterLibXMLParser.o)
  412. -[MGTwitterLibXMLParser _userDictionaryForNodeWithName:] in libHoneycombLibrary.a(MGTwitterLibXMLParser.o)
  413. -[MGTwitterLibXMLParser _hashDictionaryForNodeWithName:] in libHoneycombLibrary.a(MGTwitterLibXMLParser.o)
  414. -[MGTwitterMessagesLibXMLParser _directMessageDictionaryForNodeWithName:] in libHoneycombLibrary.a(MGTwitterMessagesLibXMLParser.o)
  415. -[MGTwitterMessagesLibXMLParser parse] in libHoneycombLibrary.a(MGTwitterMessagesLibXMLParser.o)
  416. -[MGTwitterMiscLibXMLParser parse] in libHoneycombLibrary.a(MGTwitterMiscLibXMLParser.o)
  417. -[MGTwitterStatusesLibXMLParser parse] in libHoneycombLibrary.a(MGTwitterStatusesLibXMLParser.o)
  418. ...
  419. "_xmlTextReaderConstName", referenced from:
  420. -[MGTwitterLibXMLParser _statusDictionaryForNodeWithName:] in libHoneycombLibrary.a(MGTwitterLibXMLParser.o)
  421. -[MGTwitterLibXMLParser _userDictionaryForNodeWithName:] in libHoneycombLibrary.a(MGTwitterLibXMLParser.o)
  422. -[MGTwitterLibXMLParser _hashDictionaryForNodeWithName:] in libHoneycombLibrary.a(MGTwitterLibXMLParser.o)
  423. -[MGTwitterMessagesLibXMLParser _directMessageDictionaryForNodeWithName:] in libHoneycombLibrary.a(MGTwitterMessagesLibXMLParser.o)
  424. -[MGTwitterMessagesLibXMLParser parse] in libHoneycombLibrary.a(MGTwitterMessagesLibXMLParser.o)
  425. -[MGTwitterMiscLibXMLParser parse] in libHoneycombLibrary.a(MGTwitterMiscLibXMLParser.o)
  426. -[MGTwitterStatusesLibXMLParser parse] in libHoneycombLibrary.a(MGTwitterStatusesLibXMLParser.o)
  427. ...
  428. "_xmlTextReaderIsEmptyElement", referenced from:
  429. -[MGTwitterLibXMLParser _nodeValue] in libHoneycombLibrary.a(MGTwitterLibXMLParser.o)
  430. -[MGTwitterLibXMLParser _statusDictionaryForNodeWithName:] in libHoneycombLibrary.a(MGTwitterLibXMLParser.o)
  431. -[MGTwitterLibXMLParser _userDictionaryForNodeWithName:] in libHoneycombLibrary.a(MGTwitterLibXMLParser.o)
  432. -[MGTwitterLibXMLParser _hashDictionaryForNodeWithName:] in libHoneycombLibrary.a(MGTwitterLibXMLParser.o)
  433. -[MGTwitterMessagesLibXMLParser _directMessageDictionaryForNodeWithName:] in libHoneycombLibrary.a(MGTwitterMessagesLibXMLParser.o)
  434. "_xmlTextReaderNodeType", referenced from:
  435. -[MGTwitterLibXMLParser _nodeValue] in libHoneycombLibrary.a(MGTwitterLibXMLParser.o)
  436. -[MGTwitterLibXMLParser _statusDictionaryForNodeWithName:] in libHoneycombLibrary.a(MGTwitterLibXMLParser.o)
  437. -[MGTwitterLibXMLParser _userDictionaryForNodeWithName:] in libHoneycombLibrary.a(MGTwitterLibXMLParser.o)
  438. -[MGTwitterLibXMLParser _hashDictionaryForNodeWithName:] in libHoneycombLibrary.a(MGTwitterLibXMLParser.o)
  439. -[MGTwitterMessagesLibXMLParser _directMessageDictionaryForNodeWithName:] in libHoneycombLibrary.a(MGTwitterMessagesLibXMLParser.o)
  440. -[MGTwitterMessagesLibXMLParser parse] in libHoneycombLibrary.a(MGTwitterMessagesLibXMLParser.o)
  441. -[MGTwitterMiscLibXMLParser parse] in libHoneycombLibrary.a(MGTwitterMiscLibXMLParser.o)
  442. ...
  443. "_xmlTextReaderRead", referenced from:
  444. -[MGTwitterLibXMLParser _nodeValue] in libHoneycombLibrary.a(MGTwitterLibXMLParser.o)
  445. -[MGTwitterLibXMLParser _statusDictionaryForNodeWithName:] in libHoneycombLibrary.a(MGTwitterLibXMLParser.o)
  446. -[MGTwitterLibXMLParser _userDictionaryForNodeWithName:] in libHoneycombLibrary.a(MGTwitterLibXMLParser.o)
  447. -[MGTwitterLibXMLParser _hashDictionaryForNodeWithName:] in libHoneycombLibrary.a(MGTwitterLibXMLParser.o)
  448. -[MGTwitterMessagesLibXMLParser _directMessageDictionaryForNodeWithName:] in libHoneycombLibrary.a(MGTwitterMessagesLibXMLParser.o)
  449. -[MGTwitterMessagesLibXMLParser parse] in libHoneycombLibrary.a(MGTwitterMessagesLibXMLParser.o)
  450. -[MGTwitterMiscLibXMLParser parse] in libHoneycombLibrary.a(MGTwitterMiscLibXMLParser.o)
  451. ...
  452. "_xmlTextReaderValue", referenced from:
  453. -[MGTwitterLibXMLParser _nodeValue] in libHoneycombLibrary.a(MGTwitterLibXMLParser.o)
  454. "_yajl_alloc", referenced from:
  455. -[MGTwitterYAJLParser initWithJSON:delegate:connectionIdentifier:requestType:responseType:URL:deliveryOptions:] in libHoneycombLibrary.a(MGTwitterYAJLParser.o)
  456. "_yajl_free", referenced from:
  457. -[MGTwitterYAJLParser initWithJSON:delegate:connectionIdentifier:requestType:responseType:URL:deliveryOptions:] in libHoneycombLibrary.a(MGTwitterYAJLParser.o)
  458. "_yajl_free_error", referenced from:
  459. -[MGTwitterYAJLParser initWithJSON:delegate:connectionIdentifier:requestType:responseType:URL:deliveryOptions:] in libHoneycombLibrary.a(MGTwitterYAJLParser.o)
  460. "_yajl_get_error", referenced from:
  461. -[MGTwitterYAJLParser initWithJSON:delegate:connectionIdentifier:requestType:responseType:URL:deliveryOptions:] in libHoneycombLibrary.a(MGTwitterYAJLParser.o)
  462. "_yajl_parse", referenced from:
  463. -[MGTwitterYAJLParser initWithJSON:delegate:connectionIdentifier:requestType:responseType:URL:deliveryOptions:] in libHoneycombLibrary.a(MGTwitterYAJLParser.o)
  464. ld: symbol(s) not found for architecture i386
  465. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  466. Showing first 200 notices only
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement