• 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: BUILT_PRODUCTS_DIR problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: BUILT_PRODUCTS_DIR problem


  • Subject: Re: BUILT_PRODUCTS_DIR problem
  • From: Chris Hanson <email@hidden>
  • Date: Fri, 6 Jul 2007 12:57:26 -0700

On Jul 6, 2007, at 12:46 PM, ivasena wrote:

Hi Fritz!

Thanks for the feedback. I'm quite new to XCode and Obj-C in general...
I have an application, xFar. This is what to be tested. I added a test bundle Unit Tests to the same project. Target Unit Tests has Run Script build phase. Here is what it contains:
---------------------------------
# Run the unit tests in this test bundle.
"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests"
---------------------------------
The error I got when trying to debug unit tests is


DevToolsBundleInjection: Error accessing bundle 'build/Debug/Unit Tests.octest'

I'm not quite sure what should I do... Could you, please, assist further?

Double-click the executable (in your Xcode project's Executables group) that you've set up for debugging your tests. In the General tab in its info window, there are three options for the working directory to use. Set it to Build Products Directory. Then you can change the "$(BUILT_PRODUCTS_DIR)/Unit Tests.octest" item in the Arguments tab to just "Unit Tests.octest" since it will be referenced from the directory you're expecting.


Alternately, you could set the executable's working directory to Project Directory.

  -- 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: BUILT_PRODUCTS_DIR problem
      • From: ivasena <email@hidden>
    • Re: BUILT_PRODUCTS_DIR problem
      • From: ivasena <email@hidden>
References: 
 >BUILT_PRODUCTS_DIR problem (From: Sergey Ivasenko <email@hidden>)
 >Re: BUILT_PRODUCTS_DIR problem (From: Fritz Anderson <email@hidden>)
 >Re: BUILT_PRODUCTS_DIR problem (From: ivasena <email@hidden>)

  • Prev by Date: Re: BUILT_PRODUCTS_DIR problem
  • Next by Date: Re: BUILT_PRODUCTS_DIR problem
  • Previous by thread: Re: BUILT_PRODUCTS_DIR problem
  • Next by thread: Re: BUILT_PRODUCTS_DIR problem
  • Index(es):
    • Date
    • Thread