Re: Lexical or Preprocessor Issue 'Cocoa/Cocoa.h file not found
Re: Lexical or Preprocessor Issue 'Cocoa/Cocoa.h file not found
- Subject: Re: Lexical or Preprocessor Issue 'Cocoa/Cocoa.h file not found
- From: Kyle Sluder <email@hidden>
- Date: Fri, 25 Nov 2011 13:00:03 -0800
This is really a tools question, so you might get a better response on
the xcode-users list.
--Kyle Sluder
On Fri, Nov 25, 2011 at 12:48 PM, Ayers, Joseph <email@hidden> wrote:
> 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