Skip to content
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

_queue is an unsafe_unretained variable, causes crash #10

Closed
RichardBronosky opened this issue Sep 18, 2013 · 0 comments
Closed

_queue is an unsafe_unretained variable, causes crash #10

RichardBronosky opened this issue Sep 18, 2013 · 0 comments

Comments

@RichardBronosky
Copy link

I copied the SBAPNSPusher.h and SBAPNSPusher.m into my project.
I commented out the dealloc method because it conflicted with reference counting mode.
I added [SBAPNSPusher start]; to application:didFinishLaunchingWithOptions

Upon launch I get a EXC_BAD_ACCESS crash with a Assigning retained object to unsafe_unretained variable; object will be released after assignment warning.

See: https://www.evernote.com/shard/s18/sh/f740a39b-3603-4d46-8da2-38e5bc477f10/d60c64fd3b8f18f7aae06d46e3dc1319

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant