Xcode build fails and repetitive requires command line developer tools install

I have updated Xcode to Version 13.4.1 (13F100), Then tried to run an existing iOS project.

This repetitively occurs even if I press the "Install" button.

Showing All Messages
failed to read asset tags: The command `(cd /Volumes/Code/Git/Bulseye && /usr/bin/actool --print-asset-tag-combinations --output-format xml1 '/Volumes/Code/Git/Bulseye/Bulseye/Preview Content/Preview Assets.xcassets' /Volumes/Code/Git/Bulseye/Bulseye/Assets.xcassets)` exited with status 72. The command's standard error was:

actool: error: Failed to locate 'actool'.
xcode-select: Failed to locate 'actool', requesting installation of command line developer tools.

Open Terminal and run this:

% xcrun -f actool
/Applications/Xcode.app/Contents/Developer/usr/bin/actool

What do you see?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Xcode build fails and repetitive requires command line developer tools install
 
 
Q