LowLatencyAudio icon indicating copy to clipboard operation
LowLatencyAudio copied to clipboard

Build fails after installing plugin

Open ninjatronic opened this issue 11 years ago • 7 comments

Steps I have taken to reproduce...

  • My project builds and runs on the iOS simulator just fine
  • run phonegap local plugin add https://github.com/triceam/LowLatencyAudio to install the plugin
  • attempt to run on the simulator again

Build fails. Full build log can be found here: http://pastebin.com/DthE4S4f

Thanks

ninjatronic avatar Nov 22 '13 10:11 ninjatronic

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

triceam avatar Nov 22 '13 13:11 triceam

Thanks, that worked. Maybe you coul;d put something to this effect on the README?

ninjatronic avatar Nov 22 '13 13:11 ninjatronic

+1 For the readme suggestion!

rknell avatar Feb 15 '14 05:02 rknell

This worked for me too. +2 for the help!

+1 for the readme suggestion too!

coconutdad avatar Mar 12 '14 00:03 coconutdad

Another vote for the readme. Just spent a few hours trying to resolve until I found this.

wayferer avatar Mar 16 '14 05:03 wayferer

+1 for the readme suggestion too!

daco avatar May 28 '14 08:05 daco

@triceam can you merge this PR?

tidying up my github and i want to delete my fork! :)

ninjatronic avatar Dec 10 '14 19:12 ninjatronic