We are getting user reports where the MTKView is not showing on their devices. All of them are running iOS versions <= 12.3. We did not manage to reproduce the issue. Users are still able to export (which indicates that layer.nextDrawable().texture is still accessible). As the MTKView is the main interface of the app, it makes it useless.
Our code is similar to this code sample, except that we render textures instead of colors.
It started happening after an update of our app where we de-allocate the MTKView every time the user goes back to the main menu of the app.
We would appreciate any input on how to find a fix regarding this issue.
Our code is similar to this code sample, except that we render textures instead of colors.
It started happening after an update of our app where we de-allocate the MTKView every time the user goes back to the main menu of the app.
We would appreciate any input on how to find a fix regarding this issue.