Custom framework path issues...
Custom framework path issues...
- Subject: Custom framework path issues...
- From: "Nishal Thomas" <email@hidden>
- Date: Tue, 12 Aug 2008 13:57:16 +1200
I have two XCode projects say A and B with the following details:
- A is a Framework with deployment folder - $(HOME)/Library/Frameworks/
- B is an Application which can be in any location (in my case it is in SVN and so other developers can sync up and work on the same code base and A is in SVN as well)
- B depends on A, so I've included A in B as a Framework (I'm not sure if this is the right thing to do)
I tried all Path Type setups for A in B but none seem to work on other developers machines. I want to be able to use $(HOME)/Library/Frameworks/ as the Path for Framework A in B but seems like XCode is not able to do that.
I even went to the extent of using vi to edit the main project file of B and set the path as Absolute and Path = "$(HOME)/Library/Frameworks/" and XCode reads in the settings but still shows the Framework A in B as red.
Any ideas how I could solve this path issue? I'm able to compile on my machine, but I don't want to have that /Users/<myhome>/ embedded in the project file and other developers having to change it every time then causing a commit to SVN.
TIA
_______________________________________________
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