Open ninjatronic opened 11 years ago
You need to include the AudioToolbox library into your Xcode project. It will compile once you do that. Instructions for linking frameworks here: https://developer.apple.com/library/ios/recipes/xcode_help-project_editor/Articles/AddingaLibrarytoaTarget.html#//apple_ref/doc/uid/TP40010155-CH17-SW1
Thanks, that worked. Maybe you coul;d put something to this effect on the README?
+1 For the readme suggestion!
This worked for me too. +2 for the help!
+1 for the readme suggestion too!
Another vote for the readme. Just spent a few hours trying to resolve until I found this.
+1 for the readme suggestion too!
@triceam can you merge this PR?
tidying up my github and i want to delete my fork! :)
Steps I have taken to reproduce...
phonegap local plugin add https://github.com/triceam/LowLatencyAudio
to install the pluginBuild fails. Full build log can be found here: http://pastebin.com/DthE4S4f
Thanks