site_archiver@lists.apple.com Delivered-To: cocoa-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rogers.com; s=s2048; t=1560622446; bh=cJ1ns39IqmgwQldTVFYJSEqjwMoraIeuGnu5xRA3MCM=; h=Subject:To:References:From:Date:In-Reply-To:From:Subject; b=F5xY2rrodHpUGD30dk8wa4Z26dH7ETDt54wSp8y2TwuGPxygpobYTKZrBexv0TAHlGdzhoIWDp2Wi5MvJLkmClBGvLxfA1DBPSN5rdnnIEZu2nir9vzcLqvkdLjvTPKe3yQMJAp5gMNPwDPcH7gXtcbGzMd6QBn7ipvTQBOs7vZHxuVrhfPr5YLthQ8sVFBSzG/ZFDFeaaMGHX+niEy++MHjxxcV7af28keTsJNHL1re/IGNThXcCjPEzB5cEgIohM5070WxaOLnk/dMEmeVzkgYB6O3wfTQM6IIRW7p+iLRZnaXeqfyGD6vv1jW9BBCVuCn2Mj4MVZwesepLYUdoQ== User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 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/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com