twilio_client_phonegap icon indicating copy to clipboard operation
twilio_client_phonegap copied to clipboard

Solution for EXC_BAD_ACCESS

Open fform opened this issue 12 years ago • 0 comments

I wrote my own Twilio plugin before I found yours, but this drove me nuts trying to figure it out.

The solution: Remove the weak_library linker flag to /usr/lib/libSystem.B.dylib

Details on this here: http://stackoverflow.com/questions/6738858/use-of-blocks-crashes-app-in-iphone-simulator-4-3-xcode-4-2-and-4-0-2

I checked this out with your code and just commented out your sound disabling lines and it works fine

fform avatar Apr 25 '12 07:04 fform