Skip to content
This repository has been archived by the owner on Jun 2, 2018. It is now read-only.

Crash in a2_blockGetSignature #167

Closed
percysnoodle opened this issue Aug 14, 2013 · 4 comments · Fixed by #168
Closed

Crash in a2_blockGetSignature #167

percysnoodle opened this issue Aug 14, 2013 · 4 comments · Fixed by #168

Comments

@percysnoodle
Copy link
Contributor

Using the latest SDK, I'm calling -[UIAlertView setShouldEnableFirstOtherButtonBlock:] and it's crashing inside a2_blockGetSignature: where it calls +[NSMethodSignature signatureWithObjCTypes:]. The signature being passed is c8@?0@"UIAlertView"4 - if I strip out the "UIAlertView" part then signatureWithObjCTypes works fine.

@a2
Copy link
Collaborator

a2 commented Aug 14, 2013

This should have been fixed in 964e24b. Have you pulled recently?

@percysnoodle
Copy link
Contributor Author

No - I'm using v1.8.2 from cocoapods. If this is fixed already that's great; it would be brilliant if this could make it into a new cocoapods release.

@percysnoodle
Copy link
Contributor Author

Unfortunately I just tried with :head and the problem still happens.

@a2
Copy link
Collaborator

a2 commented Aug 14, 2013

Hmm, I'll take a look either tonight or tomorrow. We will try to push out a new release by this weekend.

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

Successfully merging a pull request may close this issue.

2 participants