For the pch file, I get the following errors:
/Users/matt/Programming/iPhone Monkey Curling lite/iPhone_Monkey_Curling_Prefix.pch:6:34: error: Foundation/Foundation.h: No such file or directory /Users/matt/Programming/iPhone Monkey Curling lite/iPhone_Monkey_Curling_Prefix.pch:7:24: error: UIKit/UIKit.h: No such file or directory
Here is the default file.
// // Prefix header for all source files of the 'iPhone Monkey Curling' target in the 'iPhone Monkey Curling' project //
I reinstalled the xcode and iOS SDK, but this did not fix the problem. This problem occurred after adding the iAd infrastructure to one of my projects, but all my projects will not compile.
I am using the latest version of the SDK (4.1).
The project has a framework. For some reason, when I try to add a new structure, it lists OSX in an iOS project.
Thanks for any help.
source share