Xcode and "subprojects"
Xcode and "subprojects"
- Subject: Xcode and "subprojects"
- From: "Torsten Curdt" <email@hidden>
- Date: Sun, 7 Dec 2008 02:29:52 +0100
Hey guys,
I need some help. I am scratching my head over this already for quite
a while and would like to find a way to finally fix this properly.
So I have a project 'MyProject' and a project 'MyCommon'. While
'MyCommon' is an embedded framework, 'MyProject' is using it. The
simple way it works just fine. I build 'MyCommon' and then drag the
built framework into 'MyProject', add it to be copied in the target
and I am done. All good.
Of course the above method always requires me to manually compile
'MyCommon' on changes. So it seems the better way is to just drag the
'MyCommon' project itself into 'MyProject'. Which sort of works. Added
as a dependency it does get compiled on changes. Unfortunately the
headers that get exported by 'MyCommon' are not available to
'MyProject' like this though.
They are marked as 'public' and are inside the framework. (Otherwise
the first method also wouldn't have worked)
So what could I be missing?
cheers
--
Torsten
on 10.5.5 and Xcode 3.1.2
_______________________________________________
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