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 ?
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.
For the imports, that makes sense if you are adding this library manually to your project. I would suggest using Cocoapods.
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 ?