• 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: try/catch/throw/finally example?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: try/catch/throw/finally example?


  • Subject: Re: try/catch/throw/finally example?
  • From: Chris Hanson <email@hidden>
  • Date: Sat, 26 Aug 2006 15:59:35 -0700

On Aug 26, 2006, at 4:31 AM, Roland Silver wrote:

Where are the target's build settings, in which the "Enable Objective-C Exceptions" box appears?

I tried double-clicking Groups & Files > Targets > UObjectDebug, and selecting the "Build" tab,
but that doesn't seem to be it.

You're on the right track.

Build settings are organized into collections, and you can adjust which collection you're viewing using the "Collection" pop-up menu at the top of the build settings window. You're probably viewing the "Customized Settings" collection initially.

The collection you're looking for is "Language" under "GNU C/C++ Compiler 4.0". However, there's another easy way to find the particular setting you're looking for. Just change the collection you're viewing to "All Settings" and type "exception" into the search field next to the Collection pop-up menu. You'll see all of the build settings that have "exception" in their name, description, or value.

See the Xcode documentation on working with build settings for more information on how the build settings inspector works.

  -- Chris

PS - From your statement above it looks like you may have multiple targets that generate the same thing, one with debug information and one without. Why not just have a single target "UObject" and use the Debug and Release configurations?

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: try/catch/throw/finally example?
      • From: Roland Silver <email@hidden>
References: 
 >try/catch/throw/finally example? (From: Roland Silver <email@hidden>)
 >Re: try/catch/throw/finally example? (From: Todd Yandell <email@hidden>)
 >Re: try/catch/throw/finally example? (From: Roland Silver <email@hidden>)

  • Prev by Date: Re: How to calculate diagonal size of text?
  • Next by Date: Re: Re: How to calculate diagonal size of text?
  • Previous by thread: Re: try/catch/throw/finally example?
  • Next by thread: Re: try/catch/throw/finally example?
  • Index(es):
    • Date
    • Thread