iOS: `UIScene` lifecycle will soon be required. Failure to adopt will result in an assert in the future.
Hello,
I get this message in console when debugging for iOS:
UIScenelifecycle will soon be required. Failure to adopt will result in an assert in the future.
Should I start worrying or something?
Thank you.
Based on some quick research, this appears to be something that will need to be provided by an update to SDL. There's not really much we can do on the Lime side, and we just need to wait for SDL.
Based on some quick research, this appears to be something that will need to be provided by an update to SDL. There's not really much we can do on the Lime side, and we just need to wait for SDL.
SDL3 Provide a new Callbacks Approach that can be used instead of having a Main Function, I wonder if that meets the new requirements
SDL3 Provide a new Callbacks Approach that can be used instead of having a Main Function, I wonder if that meets the new requirements
As I understand it, this warning is specifically related to integration with native iOS UIKit classes. Maybe there's some overlap there, but SDL will probably still need to tweak their UIKit code to fix this warning/assert.