-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash Report in APThread.m #127
Comments
Hi, |
Yes it is Correct ;)
|
Do you try 'Example' app in this repo? If not please, try it. Also, could you provide the screenshot of stack trace of the error? 26 июня 2016 г., 8:14 +0300, Ali [email protected], писал:
|
Hi , I can not use Your Classes in my Project :(
every time my Application Crashs in "APThread.m" in "- (void)performBlock:(void (^)())block" line 43 block ()
Crash message is EXC_BAD_ACCESS(code=2 , .... ) and some one code is equal to 1 : EXC_BAD_ACCESS(code=1 , .... )
// ******
my code is :
APAddressBook *addressBook = [[APAddressBook alloc] init];
[addressBook loadContacts:^(NSArray <APContact *> *contacts, NSError *error)
{
actually application will crash every time that I use addressBook with one 'Block' !
Thanks
The text was updated successfully, but these errors were encountered: