From: Benjamin A. <bar...@gm...> - 2009-09-08 06:43:02
|
I am using Ubuntu and was just wondering if anybody else has seen this problem when compiling with the generated xmlvm.h. xmlvm.h:14:27: error: UIKit/UiScreen.h: No such file or directory Changing UiScreen.h to UIScreen.h in xmlvm.h fixes the problem (upper case I). #import <UIKit/UiScreen.h> => #import <UIKit/UIScreen.h> I also checked the headers that comes with the iPhone SDK and it is also upper case I. |