Nevermind.
AudioToolbox.framework is what I needed.
On May 13, 2013, at 5:10 PM, Jon August <jonaugust@gmail.com> wrote:
Hey,Trying to compile and I'm getting Apple Mach-O Linker Errors:Undefined symbols for architecture armv7s:"_AudioServicesCreateSystemSoundID", referenced from:-[ClassicThemeViewController buttonClick:] in ClassicThemeViewController.o"_AudioServicesPlaySystemSound", referenced from:-[ClassicThemeViewController buttonClick:] in ClassicThemeViewController.o"_AudioServicesDisposeSystemSoundID", referenced from:-[ClassicThemeViewController buttonClick:] in ClassicThemeViewController.old: symbol(s) not found for architecture armv7sclang: error: linker command failed with exit code 1 (use -v to see invocation)But, I have these imported:#import <AVFoundation/AVFoundation.h>#import <AudioToolbox/AudioToolbox.h>and the AVFoundation.framework in my list of Libraries to Link with Binary…Is this one of those flakey Xcode things where you need to trash your project and start over? Or am I missing something?-Jon
0 comments:
Post a Comment