> On Apr 24, 2015, at 12:16 PM, Roland Bosa <[email protected]> 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 protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com
This email sent to [email protected]