> On Mar 1, 2015, at 21:27, Juanjo Conti <jjco...@carouselapps.com> wrote:
> 
> I have a project, let' call it A which contains another one, let's call it
> B.
> 
> A producto of B is used by A, so I'm copying it in A build phase to
> Resources folder.
> 
> The problem is that in A.xcodeproj/project.pbxproj I see the absolute path
> of the product been copied:
> 
> The problem with this is that if I want to build A in another machine, it
> fails.
> 
> How can I achieve this in a way not dependent of my machine?

Change the path to relative. You also need to ensure that the two projects will 
always remain relative to each other in that formation on all machines.

Steve via iPad


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to