Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iphone : getting error of "_AudioSessionSetProperty" while playing recording

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?

like image 436
Heena Dave Avatar asked Feb 24 '23 15:02

Heena Dave


1 Answers

did u include the AudioToolbox framework to the application?

like image 81
Ilanchezhian Avatar answered Apr 07 '23 11:04

Ilanchezhian