Life cycle option does not appear

Hi, when I create a new project for iOS app, don’t appear the option called, life cycle for me, why? How can I fix it ? I have the latest option of Xcode from App Store on Mac M1

Accepted Reply

The life cycle option has been removed from the latest version of Xcode.
Now you only get to choose:

  • Interface: SwiftUI or Storyboard
  • Language: Swift only (for Swift UI), Swift or Objective-C (for Storyboard

Replies

The life cycle option has been removed from the latest version of Xcode.
Now you only get to choose:

  • Interface: SwiftUI or Storyboard
  • Language: Swift only (for Swift UI), Swift or Objective-C (for Storyboard

Thank you too much

Why?

Isn't managing an app's life cycle important anymore?