by Anonymous » 18 Aug 2025, 20:26
Jetzt, da AppDelegate und scenedelegate von Swiftui entfernt werden, wo ich den Code in SceEdelegate und AppDelegate in SCEENDELEGATE
, entfernen. jetzt? < /p>
Code: Select all
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
FirebaseConfiguration.shared.setLoggerLevel(.min)
FirebaseApp.configure()
return true
}
Jetzt, da AppDelegate und scenedelegate von Swiftui entfernt werden, wo ich den Code in SceEdelegate und AppDelegate in SCEENDELEGATE
, entfernen. jetzt? < /p>
[code]func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
FirebaseConfiguration.shared.setLoggerLevel(.min)
FirebaseApp.configure()
return true
}
[/code]