I got this debuglog in Xcode26.
"UIScene lifecycle will soon be required. Failure to adopt will result in an assert in the future."
I haven't included any UIScene lifecycle code.
I read the article on TN3187: Migrating to the UIKit scene-based life cycle.
Does this mean that when iOS27 iPhone is released, the app will crash after startup?
If Xcode26/iOS27 crashes, is there a quick fix I can use?