Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. Undefined symbols for architecture x86_64:
  2. "_OBJC_CLASS_$_JSQMessage", referenced from:
  3. objc-class-ref in ChatView.o
  4. "_OBJC_CLASS_$_JSQMessagesAvatarImageFactory", referenced from:
  5. objc-class-ref in ChatView.o
  6. "_OBJC_CLASS_$_JSQMessagesBubbleImageFactory", referenced from:
  7. objc-class-ref in ChatView.o
  8. "_OBJC_CLASS_$_JSQMessagesTimestampFormatter", referenced from:
  9. objc-class-ref in ChatView.o
  10. "_OBJC_CLASS_$_JSQMessagesViewController", referenced from:
  11. _OBJC_CLASS_$_ChatView in ChatView.o
  12. "_OBJC_CLASS_$_JSQPhotoMediaItem", referenced from:
  13. objc-class-ref in ChatView.o
  14. "_OBJC_CLASS_$_JSQSystemSoundPlayer", referenced from:
  15. objc-class-ref in ChatView.o
  16. "_OBJC_METACLASS_$_JSQMessagesViewController", referenced from:
  17. _OBJC_METACLASS_$_ChatView in ChatView.o
  18. "_kJSQMessagesCollectionViewCellLabelHeightDefault", referenced from:
  19. -[ChatView collectionView:layout:heightForCellTopLabelAtIndexPath:] in ChatView.o
  20. -[ChatView collectionView:layout:heightForMessageBubbleTopLabelAtIndexPath:] in ChatView.o
  21. ld: symbol(s) not found for architecture x86_64
  22. clang: error: linker command failed with exit code 1 (use -v to see invocation)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement