Re: XCode Debugging Preference Panes
Re: XCode Debugging Preference Panes
- Subject: Re: XCode Debugging Preference Panes
- From: Chris Espinosa <email@hidden>
- Date: Thu, 30 Mar 2006 11:22:06 -0800
On Mar 30, 2006, at 11:10 AM, Robert Crawford wrote: I am working on a System Preference pane I need to be able to debug it, I am able to set the custom executable to System Preferences but I can't seem to get my XCode Project to build the preference pane into my user/Libraries/PreferencePanes/ so I can debug it. Does anyone know what settings I need to change in the project so that it builds to this directory for debugging.
The three pertinent ideas are:
a) Set the Installation Location build setting to $(USER)/Library/PreferencePanes b) Set Deployment Location to YES. c) Set Installation Build Products Location to /
Installation is more typically done from the command line:
% xcodebuild install DSTROOT=/
which does b and c for you.
Chris |
_______________________________________________
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