Reputation: 321
i am getting error of ,
Undefined symbols for architecture i386:
"_AudioSessionSetProperty", referenced from
while playing my recording.I have included,
#import <AVFoundation/AVFoundation.h>
#import <CoreAudio/CoreAudioTypes.h>
#import <AudioToolbox/AudioToolbox.h>
frameworks and its header files. what is missing?
Upvotes: 4
Views: 1693
Reputation: 17478
did u include the AudioToolbox framework to the application?
Upvotes: 8