Heena Dave
Heena Dave

Reputation: 321

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?

Upvotes: 4

Views: 1693

Answers (1)

Ilanchezhian
Ilanchezhian

Reputation: 17478

did u include the AudioToolbox framework to the application?

Upvotes: 8

Related Questions