Re: Static Analyzer Problems
Re: Static Analyzer Problems
- Subject: Re: Static Analyzer Problems
- From: Andreas Grosam <email@hidden>
- Date: Thu, 03 Nov 2011 10:51:26 +0100
On Nov 3, 2011, at 9:34 AM, Dave wrote:
> Hi Andreas,
>
> Thank you so much for your help! Yes I was confusing the two settings. I set "Prefix Header" to point to the .pch file but it still doesn't build. Here are the settings I have:
>
> Precompiled Header Cache:
>
> /var path ending in com.apple.Xcode.501/SharedPrecompiledHeaders
This seems to be correct.
Just note, that this path is expanded from a build settings variable when displayed. The value for "Precompiled Header Cache" (SHARED_PRECOMPS_DIR) in Xcode's build settings is actually: "$(CACHE_ROOT)/SharedPrecompiledHeaders"
>
> Prefix Header:
>
> Points to the ,pch file.
Correct.
>
> Is this what you meant?
It seems, the prefix settings are correct. If you still experiencing an issue when precompiling, you may disable the use of precompiled prefix headers:
In the target build settings, set the build settings variable "Precompile Prefix Header" to "No".
If it does not compile, more info is required.
Regards
Andreas
>
> All the Best
> Dave
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden