0

I am getting usdz_converter[3551:150562] Could not open OBJ file asset_validation: error: No data found in file when i try to convert .obj file to usdz file using Xcode 10 Beta.

I followed this thread How to create USDZ file using Xcode 10 converter? to do the conversion.

I have correctly set my Xcode 10 Beta as default xcode application in terminal and mapped command line tools to Xcode 10 Beta. Can anyone help me on this?

Vidhya Sri
  • 1,773
  • 1
  • 17
  • 46

1 Answers1

0

For reference, here's how I've converted an .obj file to .usdz. Currently running Xcode 10.1

xcrun usdz_converter <infile>.obj <outfile>.usdz -color_map <texture>.jpg
Minto Tsai
  • 151
  • 2
  • 4