You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 2, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Using the latest SDK, I'm calling
-[UIAlertView setShouldEnableFirstOtherButtonBlock:]
and it's crashing insidea2_blockGetSignature:
where it calls+[NSMethodSignature signatureWithObjCTypes:]
. The signature being passed isc8@?0@"UIAlertView"4
- if I strip out the"UIAlertView"
part thensignatureWithObjCTypes
works fine.The text was updated successfully, but these errors were encountered: