My app deals with phone call.So I added coretelephony framework to my project.But when I try to import the framework to my appdelegate,I get the error "No such file directory" Can any one find the solution for that.I use xcode 4.0.1

link|improve this question

79% accept rate
feedback

1 Answer

up vote 1 down vote accepted

HI after you add core telephony framework then add

#import <CoreTelephony/CoreTelephonyDefines.h> to your appDelegate.h file

It will solve your problem.

link|improve this answer
Is there any possibility to import the whole framework instead of importing header by header to my project? – icoder Aug 31 '11 at 12:30
feedback

Your Answer

 
or
required, but never shown

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