Re: 'altool' cannot be found

2019-06-16 Thread Keary Suska via Cocoa-dev
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 > wrote: > > > Thanks Kea

Re: 'altool' cannot be found

2019-06-16 Thread Leo via Cocoa-dev
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 O