Actool and ibtool seems missing while compiling or debugging

Hi all. I’m running into a big problem.

After last system and xcode updates, seems there is no way to compile or debugging any app in ios, and the built in examples too.

The errors I found are:
LaunchScreen.Name
xcrun: error: unable to find utility “ibtool”, not a developer tool or in PATH
and
App Icon.Name
xcrun: error: unable to find utility “actool”, not a developer tool or in PATH

My configurations are (on MacMini M1 and MacBook Pro Intel):

  • Sonoma 14.4.1
  • Xcode 15.3
  • Xcode command line tools installed
  • Xojo 2024r1

From xojo documentation seems that is all ok: required xcode version is 14 or 15.

The issue is present in debug mode and analyze too, so xojo doesn’t complete the build and the analysis.

Anyone know if there are some workarounds? Or if I missing some information so I have a wrong configuration…

Thanks to all in advance.

Hi @Sergio_Tamborini

Make sure that the command line tools from the latest Xcode version installed are the active ones. Also, download and install latest iOS SDK from Xcode:

  • Open Xcode
  • Preferences > Location
  • Command Line Tool: XCode <version>

Other things probably you’ll want to check (although not related with the error message):

  • Make sure you’re logged in Xcode
  • …And verify there is no pending Apple agreements to confirm in your Apple Developer account.
1 Like

You’re right. This is the only thing that solved my problem. It was already selected but I have selected it again and now works.

Sometimes happens “Stranger Things” ™

Thanks a lot Javier!