Post

Replies

Boosts

Views

Activity

Reply to 3D Data Formats to USDZ
You can use the USDZ Tools from here: https://developer.apple.com/augmented-reality/tools/ "Download essential Python-based tools for generating, validating, and inspecting USDZ files. Also includes a converter that creates USDZ from other 3D file formats along with Pixar’s USD library and sample scripts."
Feb ’24
Reply to Storyboard is not compiling and causing a crash if I open it in latest Xcode 15 release
For anyone wondering, I was able to debug this further by using ibtool from Xcode 14.3 and fortunately a rather suspect warning caught my attention: Main.storyboard:Aj5-Js-Cpe: warning: Unsupported configuration of constraint attributes. This may produce unexpected results at runtime before Xcode 5.1 [9] Turns out, there is an invalid constraint in my project referencing safe area layout guide's xCenter as both first and second item: Removing this constraint fixed the issue. Looks like this specific invalid constraint wasn't an issue for Xcode 14.3 but Xcode 15 is being more strict and crashing when it comes across this.
Sep ’23