• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: XCode Debugging Preference Panes
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

See Xcode 2.2 User Guide: Building a Product for Deployment

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

  • Follow-Ups:
    • Re: XCode Debugging Preference Panes
      • From: Daniel Jalkut <email@hidden>
References: 
 >XCode Debugging Preference Panes (From: Robert Crawford <email@hidden>)

  • Prev by Date: XCode Debugging Preference Panes
  • Next by Date: Re: How do I remove breakpoints?
  • Previous by thread: XCode Debugging Preference Panes
  • Next by thread: Re: XCode Debugging Preference Panes
  • Index(es):
    • Date
    • Thread