1

I updated to macOS Catalina 10.15 and Xcode 11.0. Now this command is not running now:

xcrun usdz_convert

I get this error even though I've updated both $PATH and $PYHONPATH variables:

xcrun: error: unable to find utility "usdz_convert", not a developer tool or in PATH

Is there any fix for this yet?

Andy Jazz
  • 49,178
  • 17
  • 136
  • 220

1 Answers1

1

In macOS Catalina 10.15.5 with Xcode 11 installed, or higher macOS with Xcode 12 or Xcode 13 installed, you need to use a new USDZ converter command in command line interface:

usdzconvert file.fbx

But before using this command check if USDPython Tools is installed.

For more info, please read this SO post.

Andy Jazz
  • 49,178
  • 17
  • 136
  • 220