Re: Mac OS X Deployment Target setting
Re: Mac OS X Deployment Target setting
- Subject: Re: Mac OS X Deployment Target setting
- From: Eric Wang <email@hidden>
- Date: Mon, 09 Feb 2004 20:13:38 -0500
on 2/9/04 3:19 PM, Chris Espinosa at email@hidden wrote:
> On Feb 9, 2004, at 11:05 AM, Eric Wang wrote:
>
>> While adjusting the build settings for my project, I came across the Mac OS X
>> Deployment Target setting. Since my application requires Panther, I chose
>> "Mac OS X 10.3" from the pop-up menu. This caused a noticeable slowdown in
>> the build process.
>>
> Your precompiled headers were probably built for the built-in system
> and aren't valid for the SDK. You may want to clean your project and
> rebuild. That will build new precompiled headers using the SDK, and
> compilation speed will return to what you expect.
>
> Chris
I tried cleaning and rebuilding multiple times previously, however
compilation remained slow. Your response gave me the idea to delete the
SharedCaches folder, which did the trick. Thanks so much for your reply
Chris.
Eric Wang
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.