Re: Do we have a shortcut key to clear the console in Xcode now?
Re: Do we have a shortcut key to clear the console in Xcode now?
- Subject: Re: Do we have a shortcut key to clear the console in Xcode now?
- From: Wayne J <email@hidden>
- Date: Fri, 27 Jun 2014 14:41:17 -0700
On Jun 27, 2014, at 2:16 PM, Alex Zavatone <email@hidden> wrote:
> Also, note that if you misspell the path to osascript, Xcode will tell you that your file doesn't exist, even though it's found the file and tried executing it.
You misunderstand the error message. The #! tells the OS that the file in question can be executed with an interpreter (/usr/bin/osascript in this case.) You misspelled the name so when it goes looking for the program list after the #! it can’t find it.
Wayne
_______________________________________________
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