Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have xcode 4.5, I have a problem I've made a radio iphone app and it works correctly on the simulator but when I try to archive it to make .ipa file there is an error:

AudioUnit framework file not found

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CMFormatDescription.h:27:10: 'AudioToolbox/AudioFormat.h' file not 

How I can add them? because in iphoneSimulatorOS6.0 file framework there are exist what is the problem any one can help me?

share|improve this question
I tried to re-word the question to make more sense. But it might be a duplicate! – rjstelling Dec 31 '12 at 8:34
thank you but did you have a solution for my problem? – Dalia Dec 31 '12 at 8:42

1 Answer

Just in case: in the project settings, select the target and check under "Linked Frameworks and Libraries" if all the used frameworks are included ("AudioUnit.framework" I assume).

share|improve this answer
thanks for your reply but my problem is i dont have a audiounit framework in Link Binary with library – Dalia Dec 31 '12 at 9:27
So, then add it there :) – DigiMonk Dec 31 '12 at 13:03

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.