I need to convert my audio files in to PCM and i am using iPhoneExtAudioFileConvertTest sample project for that. I have copied and pasted all the files from that project to my project which i have need. Changed the extensions of .cpp to .mm. verified that all the frameworks are in there. but still i am getting this error. I have searched a lot but could not find anything except which i have written above.
Here is the error.
Undefined symbols for architecture armv7s:
"_DoConvertFile", referenced from:
-[EditViewController convertAudio:DestPath:] in EditViewController.o
ld: symbol(s) not found for architecture armv7s
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Any help will be appreciated.
Thanks