Lexical or Preprocessor Issue 'Cocoa/Cocoa.h file not found
Lexical or Preprocessor Issue 'Cocoa/Cocoa.h file not found
- Subject: Lexical or Preprocessor Issue 'Cocoa/Cocoa.h file not found
- From: "Ayers, Joseph" <email@hidden>
- Date: Fri, 25 Nov 2011 15:48:53 -0500
- Acceptlanguage: en-US
- Thread-topic: Lexical or Preprocessor Issue 'Cocoa/Cocoa.h file not found
When compiling a Cocoa Document based app with LLVM is get the following errors:
Roboplasm-Prefix.pch
Lexical or Preprocessor Issue
'Cocoa/Cocoa.h file not found
<command line> <--The text of this for some reason is red
Lexical or Preprocessor issue
'/Users/lobster/Library/Developer/Xcode/DerivedData/Roboplasm-akiemjkznbayrtfwyfhbdjfitgcx/Build/PrecompiledHeaders/Roboplasm-Prefix-aufdjccarvtonzhbrezzlevjjkjl/Roboplasm-Prefix.pch' file not found
Roboplasm-Prefix.pch contains:
//
// Prefix header for all source files of the 'Roboplasm' target in the 'Roboplasm' project
//
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif
The path to Cocoa.h is:
MacOSX10.7>Frameworks>Cocoa.framework>Cocoa.h and a search finds it.
Any idea what's going on here?
Thanks,
Joseph
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden