Re: PATH for applications run inside XCode
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