1
votes

This is related to the XCode 10.1 I installed.
(10.1 is the highest version I can install with MacOS High Sierra, which my machine supports up till)

Delphi 10.4, XCode 10.1 with Command Tools & Additional Tools.

I got this error when compiling:

[PAClient Error] Error: E6660 Could not find program, '/usr/bin/actool'

I already checked forum for similar questions:

Delphi [PAClient Error] Error: E6660 Could not find program, '/usr/bin/actool' in a macincloud enviroment

I checked "actool" using /usr/bin/xcrun -f actool

/Applications/Xcode.app/Contents/Developer/usr/bin/actool

Is it because my actool is located in /Applications/Xcode.app/Contents/Developer/usr/bin/actool but Delphi is trying to find it in /usr/bin/actool ?

How do I tell Delphi to use /Applications/Xcode.app/Contents/Developer/usr/bin/actool or how do I move/copy /Applications/Xcode.app/Contents/Developer/usr/bin/actool to /usr/bin/actool

Thanks.

1

1 Answers

1
votes

Either update Xcode (which you should anyway) preferably to Xcode 11.5 (because there's an issue with Delphi importing iOS 14 from Xcode 12), which you can get from here if you have a developer account: https://developer.apple.com/download

..or open a Terminal window and:

cp /Applications/Xcode.app/Contents/Developer/usr/bin/actool /usr/bin