Re: Why can't Xcode find this file?
Re: Why can't Xcode find this file?
- Subject: Re: Why can't Xcode find this file?
- From: "Richard L. Aurbach" <email@hidden>
- Date: Fri, 27 Mar 2009 11:32:02 -0500
On Mar 27, 2009, at 11:20 AM, Matt Gough wrote:
On 27 Mar 2009, at 17:12, Richard L. Aurbach wrote:
#include <TNeoSwizzler.cpp>
Using the <> tells that compiler to look in the System header paths,
not the user paths. I suspect this is the problem:
Either :
1. Change to #include "TNeoSwizzler.cpp"
2. Turn on 'Always Search User Paths' in the build settings
Matt
Unfortunately, Matt, this is part of my confusion -- two points:
(1) The recursive specification which leads to the file IS a system
header search path specification. (I also explicitly use the user
header search paths, since the project organization is a bit complex.)
(2) The project originally had "Always Search User Paths" ON, and the
result I am getting is not affected by this setting.
Like almost everybody else, I've been bitten by the user-path/system-
path issue multiple times in the past and I really tried to take pains
to avoid it here. And I thought I was...
Cheers,
Rick Aurbach
Aurbach & Associates, Inc.
_______________________________________________
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