site_archiver@lists.apple.com Delivered-To: cocoa-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=aksuska.com ; s=default; h=To:References:Message-Id:Content-Transfer-Encoding:Cc:Date: In-Reply-To:From:Subject:Mime-Version:Content-Type:Sender:Reply-To:Content-ID :Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To: Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe :List-Post:List-Owner:List-Archive; bh=ZUsTvXzZ2L9VA2hqMukqFoiihXTllbOqfVFOR4c0dbs=; b=Zn7PftLPA+xrnmZ7ywD/qt/t+Q Ne80+kDB8/E2/v8gL7R6PFS/oMVvPvCHV/Ii2RgDrHY9qaFbLOobs9efAOCW2M7e3e21/rcyGZK4p 3mc2VuroS3zbr3WltbZBdjJZbXrsJ7gcRBdEoiLV60dD/raYcMD3s/SA51iK4mWuZut5Z37ScEAzM PSYMYEQjsvehIQLRxZc6CK9v2jmHaxv20VYVurIhVigstmuB0AZWPJux+mIPNhMXGO5SH0l/fLKVX BZVQkZWcqGBm1JJ/cnVnT5sgFL5WOoxVXTYj5sAlSy4+g7eiUOGJYgpd2FOOAbj3lCmFxqdIBxQN+ EBpm820Q==; Looks like something was up with the Cocoa Dev list—you probably see that it came in early this morning. Anyway, glad I could be help. Keary Suska Esoteritech, Inc. "Demystifying technology for your home or business"
On Jun 15, 2019, at 12:14 PM, Leo via Cocoa-dev <cocoa-dev@lists.apple.com> wrote:
Thanks Keary,
You helped me solve the issue.
altool was indeed in this folder:
/Applications/Xcode.app/Contents/Developer/usr/bin/
However, xcode-select -p returned /Library/Developer/CommandLineTools
I reset the path with xcode-select -r.
Now everything seems to work.
Thanks, Leo
On 6/15/19 9:56 AM, Keary Suska wrote:
I am using that Xcode version and for a while now all Xcode utilities and command line tools are installed in the Xcode app package. My copy is at /Applications/Xcode.app/Contents/Developer/usr/bin/altool. Do you find it in that location?
If so, xcrun should be able to find it. If you run xcode-select -p does it show the expected path?
Keary Suska Esoteritech, Inc. "Demystifying technology for your home or business"
On Jun 15, 2019, at 12:12 AM, Leo via Cocoa-dev <cocoa-dev@lists.apple.com> wrote:
Hi all,
I wanted to start building a notarization automation script.
However, when I try to use the 'xcrun altool' in Terminal, I get the following error:
xcrun: error: unable to find utility "altool", not a developer tool or in PATH
I'm on macOS 10.14.5, Xcode 10.2.1.
I then especially downloaded and installed Xcode Command Line Tools - still get same error.
Other tools like stapler do work.
I checked this dir and altool is not there: /Library/Developer/CommandLineTools/usr/bin
Any idea what's going on?
Thanks for any help!
Leo _______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/cocoa-dev%40esoteritech.co...
This email sent to cocoa-dev@esoteritech.com
_______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/cocoa-dev%40esoteritech.co...
This email sent to cocoa-dev@esoteritech.com
_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Keary Suska via Cocoa-dev