For those who are still keeping an eye on this.
Apple's object capture is available on iOS.
And it can output .obj file if the the url passed to ".modelFile" is a directory.
However, any URL created is not treated as a directory by default.
You need to specify it explicitly like this:
newFolder.appendingPathComponent("Models/", isDirectory: true)
Topic:
Graphics & Games
SubTopic:
General
Tags: