Added a Framework, suddenly Xcode can't find unrelated header
Added a Framework, suddenly Xcode can't find unrelated header
- Subject: Added a Framework, suddenly Xcode can't find unrelated header
- From: Rick Mann <email@hidden>
- Date: Tue, 03 Jun 2014 17:51:43 -0700
I have a project I've been building for a year that uses PLCrashReporter and sometimes the Reveal.app framework.
Because I can't ship with the Reveal framework, and because Xcode won't let me adjust files included based on configuration, I have to manually remove it from the target when building a release. I do this by selecting the framework, and unchecking the target membership in the file inspector.
I just added it back, and suddenly the file that includes the CrashReporter header can't find it. I include that like this:
#import "CrashReporter/CrashReporter.h"
I have not changed my paths (although I think Xcode might have when I checked Reveal's target membership).
What's going on here?
(Xcode has really been getting in my way lately.)
--
Rick
_______________________________________________
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