I\'m getting the build error Undefined symbols for architecture i386 on my Mac when building a Cordova application. I\'m using Cordova version 3.4 and Xcode 5.0.2.
Here i
You are probably missing AudioToolbox.framework. Add this to your target's build phase and try again.
AudioToolbox.framework