Post

Replies

Boosts

Views

Activity

Comment on Image Playground Supported Devices
Can you clarify if imagePlaygroundViewController.isAvailable is false also means that it cannot be enabled by going to the Settings? It would be nice if the documentation was more clear on this. Where are the device requirements that will support Image Playground documented? I always avoid relying on device models when possible. But unfortunately, sometimes that is the only way to provide the best user experience possible.
2w
Comment on Xcode producing corrupt build
I guess I will have to use a developer support issue to get to the bottom of this. It's pretty clear to me, that taking 30 seconds to compile a shader that normally compiles in 0.001 is the root of the runtime error. The compiler is obviously very confused and apparently not creating a sane binary.
Nov ’21
Comment on Xcode producing corrupt build
Thanks for the tips. The thing is, I've checked, double-checked, triple checked and I am not accessing anything out of bounds, which is why it has worked for years without any issue. The fact that it is taking 30 seconds to compile a shader indicates something is going on and not at even at run time - so it's not out of bounds there and obviously some issue there. What concerns me the most is that the issue is completely intermittent. For given the same source code, Xcode should always produce an identical binary, but clearly it is not.
Nov ’21