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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to