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: Matt Gough <email@hidden>
- Date: Fri, 27 Mar 2009 17:20:48 +0100
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
_______________________________________________
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