Re: (almost totally) SOLVED: Problems updating a dependent library
Re: (almost totally) SOLVED: Problems updating a dependent library
- Subject: Re: (almost totally) SOLVED: Problems updating a dependent library
- From: Chris Espinosa <email@hidden>
- Date: Fri, 22 Feb 2008 23:26:18 -0700
On Feb 22, 2008, at 5:50 PM, Rick Mann wrote: Okay, I've finally learned how all the configurations UI and .xcconfig files interact with each other, and finally gotten things to build in a way that I think is correct. Thanks for the help.
The only thing I'm not sure about is the proper way to add targets and static libs. I can't find anything in the user manual about adding static libs (only files, folders, frameworks and projects). I don't seem to be able to drag targets (the only source is opening the other project), but can add them in the Direct Dependencies pane by clicking "+".
You can drag a target into the Dependencies pane of another target in the same project, or drag it directly into the other target itself to set up the dependency (think: "This target processes that target like it processes that source file and that resource file."
You can't drag targets directly across project boundaries. That's why you have to add one project to another before you can start dragging their targets to create dependencies.
The only way i've found I can add the static library is to drag it from the Files pane (CodeWarrior-style view) to the target pane, and into the Link Binary build phase.
That is the correct and documented way. But, it's working now. Thanks for all your help!
No problem. |
_______________________________________________
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