iphone problem - UIKit precompile error
        Posted  
        
            by tigermain
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by tigermain
        
        
        
        Published on 2010-02-26T12:51:07Z
        Indexed on 
            2010/04/14
            0:03 UTC
        
        
        Read the original article
        Hit count: 720
        
iphone
|objective-c
I've been working on a project for a few weeks now and today is the last day before it goes to client (typical).
For some reason Im suddenly getting the following error when building my project (sim or device), even though other projects build fine
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.1.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:61:42: error: UIKit/UIVideoEditorController.h: No such file or directory
The last thing I was trying to do was use the UIMessage framework for email, but I have stripped that out!?!?
N.B I have checked and the .h file does appear to be in the same folder as the UIKit.h file
© Stack Overflow or respective owner