• 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: How can I get xcode to show classes from a library?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How can I get xcode to show classes from a library?


  • Subject: Re: How can I get xcode to show classes from a library?
  • From: Lyndsey Ferguson <email@hidden>
  • Date: Wed, 22 Mar 2006 11:31:09 -0500


On Mar 22, 2006, at 11:07 AM, Yves Poissant wrote:

Can anyone give me some directions for debugging a library?


Hi Yves,

I've struggled with this myself, but have found the steps to enable Xcode to debug my libraries properly.

I am including the relevant build settings here:

INSTALL_PATH = "@executable_path/../../../Plug-Ins"
GCC_GENERATE_DEBUGGING_SYMBOLS = YES
GCC_DEBUGGING_SYMBOLS = default
GCC_OPTIMIZATION_LEVEL = 0

The one that most of us do not know about is the install path. My dynamic library will exist in a folder titled "Plug-Ins" that exists beside the MyApp.app package, so that is why I use the @executable_path specifier.

I hope this helps you in your debugging.

Lyndsey Ferguson

_______________________________________________
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: How can I get xcode to show classes from a library?
      • From: Yves Poissant <email@hidden>
References: 
 >Why won't Xcode find my framework? (From: "Nathaniel Martin" <email@hidden>)
 >How can I get xcode to show classes from a library? (From: Yves Poissant <email@hidden>)

  • Prev by Date: How can I get xcode to show classes from a library?
  • Next by Date: Re: How can I get xcode to show classes from a library?
  • Previous by thread: How can I get xcode to show classes from a library?
  • Next by thread: Re: How can I get xcode to show classes from a library?
  • Index(es):
    • Date
    • Thread