Adding @main
fixed the issue.
@main
class AppDelegate: UIResponder, UIApplicationDelegate {
...
}
@UIApplicationMain
was prior to Swift 5.3
.
Adding @main
fixed the issue.
@main
class AppDelegate: UIResponder, UIApplicationDelegate {
...
}
@UIApplicationMain
was prior to Swift 5.3
.