Re: Why did my changes suddenly disappear?
Re: Why did my changes suddenly disappear?
- Subject: Re: Why did my changes suddenly disappear?
- From: Brian Syme <email@hidden>
- Date: Wed, 22 May 2013 16:04:45 -0700
>
You shouldn't really be adding files from a derived data directory to your main project. The derived data is (by design, as I understand it) intended to be a throwaway intermediate set of files.
That's what I thought too. But the xcode build system allows libraries to mark headers as private, project or public. The public headers are copied to a derived data directory. And this directory is in the default search path. So you would think that's the intended use. Maybe I'm missing something.
Your suggestion is what I've ended up doing though in order to work around the problem I described. It avoids a few other kinks as well. Apple should probably just remove the broken public/private/project header functionality - it seems too broken to be useful.
_______________________________________________
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