• 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: PATH for applications run inside XCode
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PATH for applications run inside XCode


  • Subject: Re: PATH for applications run inside XCode
  • From: Jens Alfke <email@hidden>
  • Date: Fri, 24 Apr 2015 14:00:53 -0700


On Apr 24, 2015, at 12:16 PM, Roland Bosa <email@hidden> wrote:

Launch Xcode from the command line (which has the proper environment):

 $ cd folder_of_funky_project
 $ open FunkyProject.xcodeproj

That won’t work because the ‘open’ tool doesn’t directly launch Xcode; instead it calls LaunchServices, which starts Xcode as a child of launchd as normal.

What would work is:
$ /Applications/Xcode.app/Contents/MacOS/Xcode FunkyProject.xcodeproj

—Jens
 _______________________________________________
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

References: 
 >PATH for applications run inside XCode (From: Jon Hodgson <email@hidden>)
 >Re: PATH for applications run inside XCode (From: Roland Bosa <email@hidden>)

  • Prev by Date: Re: PATH for applications run inside XCode
  • Next by Date: Weird link warning
  • Previous by thread: Re: PATH for applications run inside XCode
  • Next by thread: swiftc 1.2/6.3.1 crash — avoidable?
  • Index(es):
    • Date
    • Thread