We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Merge pull request stevegraham#1 from lylepratt/master
e60d7dd
Merge changes from Lyle's repository back into mine
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: