0

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

Bart Kiers
  • 166,582
  • 36
  • 299
  • 288
Anthony Main
  • 6,039
  • 12
  • 64
  • 89
  • Just a lame suggestion: delete all contents of you build directory and restart XCode. Works sometimes... – Felixyz Feb 26 '10 at 13:56

2 Answers2

0

I reinstalled the SDK and reregistered all the frameworks, I have no idea why I had to do that!

Anthony Main
  • 6,039
  • 12
  • 64
  • 89
0

As Matthew Mitchell wrote in the post iOS SDK broken ever after reinstall UIKit and Foundation frameworks not found:

"It was the "Framework Search Paths" option. Make sure this is empty if anyone has a similar problem." -> It works for me!

Community
  • 1
  • 1
pocjoc
  • 510
  • 8
  • 19