xcrun usdz_converter error

I'm try to do create a used file with Xcode but for me give me a error:


usdz_converter[1125:47568] Could not open file There are 0 vertices in this asset file '*****1.abc'.


It is a simple cube.


Anyone knows what is the problem?

Tks

Replies

I also get an error when converting an OBJ


asset_validation: error: /Applications/Xcode-beta.app/Contents/Developer/usr/bin/usdz_converter cannot convert to asset format of ''.

See my answer here:

https://forums.developer.apple.com/thread/104042


I have only experimented with OBJ files. When I hand edit them and remove any complex tags, I was able to do the conversion, even for very large files. Comment out any line that starts with anything other than #, v, vn, vt, vp, f, g etc.