Re: Can't build correctly with sub-projects
Re: Can't build correctly with sub-projects
- Subject: Re: Can't build correctly with sub-projects
- From: Julien Dufour <email@hidden>
- Date: Sun, 14 Mar 2004 07:46:27 +0100
On Mar 14, 2004, at 4:47, Mark Munz wrote:
Hello
I've been banging my head on this for some time and can't figure out
what Xcode is doing.
I'm trying to use sub-projects under Xcode (much like Codewarrior).
I've dragged in an external app2.xcode project file. I then take the
contents of the project (app2.app) and use a Copy Files Build Phase to
copy the file to the project's bundle.
Unfortunately, Xcode complains that "No such file or directory"
exists. This is no true, since I verified that the external project
did build and has the file in the build folder.
Does anyone know what's going on here? Can anyone help?
Same problem here. If my memories are right, this functionality was
working fine in a previous release and has been broken. A simple
workaround consists in adding the product (located in the build folder
of the sub-project) to the super-project like a regular file. This file
reference can then be included in various build phases instead of the
product reference of the sub-project.
Moreover, everyone should be very careful with the references to the
products of the sub-projects. I have found another problem regarding
them: they cannot be removed from the build phases and I suspect their
inclusion to be a possible source of corruption of the projects (Xcode
generates errors when opening the project). Is anybody experiencing the
same issue?
Thanks.
Mark Munz
Best regards.
Julien Dufour
Inferiis - http://www.inferiis.com
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.