Re: How to copy one project product to another project Resources on build (relative path)

2015-03-02 Thread Steve Mills
On Mar 2, 2015, at 07:02:47, Juanjo Conti jjco...@carouselapps.com wrote: I did what you said and then went to A target and add an item (B product) to Copy Bundle Resources. In the xml file I still see the absolute path. What am I missing? Ah. It can't be relative to the project, because the

Re: How to copy one project product to another project Resources on build (relative path)

2015-03-02 Thread Juanjo Conti
Discard my last email. I've re read yours and understood it. I did what you said and then went to A target and add an item (B product) to Copy Bundle Resources. In the xml file I still see the absolute path. What am I missing? On Mon, Mar 2, 2015 at 1:02 AM, Joar Wingfors j...@joar.com wrote:

Re: How to copy one project product to another project Resources on build (relative path)

2015-03-02 Thread Juanjo Conti
Thanks, seems I managed to achieve it with option 1. On Mon, Mar 2, 2015 at 11:16 AM, Steve Mills sjmi...@mac.com wrote: On Mar 2, 2015, at 07:02:47, Juanjo Conti jjco...@carouselapps.com wrote: I did what you said and then went to A target and add an item (B product) to Copy Bundle

Re: How to copy one project product to another project Resources on build (relative path)

2015-03-01 Thread Steve Mills
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

How to copy one project product to another project Resources on build (relative path)

2015-03-01 Thread Juanjo Conti
Hi! 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:

Re: How to copy one project product to another project Resources on build (relative path)

2015-03-01 Thread Joar Wingfors
Select the reference to project B in project A. Open the File inspector. Change the Location pop-up from Absolute to Relative to Project. Joar On 1 mar 2015, at 19:27, Juanjo Conti jjco...@carouselapps.com wrote: Hi! I have a project, let' call it A which contains another one, let's