jessesquires / JSQMessagesViewController

An elegant messages UI library for iOS
https://www.jessesquires.com/blog/officially-deprecating-jsqmessagesviewcontroller/
Other
11.14k stars 2.81k forks source link

Can't acces to address book Anymore + import error #662

Closed smiless closed 9 years ago

smiless commented 9 years ago

Hi mates,

Firstly since i have installed this possibly awesome lib when i try to access to the contact from the address book with https://github.com/Alterplay/APAddressBook the contact list is still empty. (it returns 0 contact from the adress book) I tried without the JSQMessagesViewController/ (and JSQSystemSoundPlayer/ ) and my contact list get the correct contact's number and i can play with it.

Is there any conflicts ? Does someone have an idea to resolve this issue?

Secondly : When i import JSQSystemSoundPlayer/ in my project the JSQSystemSoundPlayer+JSQMessages.h from JSQMessage doesn't recongnize the #import <JSQSystemSoundPlayer/JSQSystemSoundPlayer.h> and i must replace it with "JSQSystemSoundPlayer.h" Is it normal ?

jessesquires commented 9 years ago

Hey @smiless

  1. This library isn't related to APAddressBook in any way. So I probably can't provide much help here. The issue likely isn't with JSQMessagesViewController, though.
  2. For the imports, that makes sense if you are adding this library manually to your project. I would suggest using Cocoapods.