ボールドテキスト````@main. Thread1:EXC_BAD_ACCESS(code=2,address=0x7ffee6c2ff8)
struct FlexigramApp: App{
@UIApplicationDelegateAdaptor(AppDelegate.self) var appDelegate
var body: some Scene {
WindowGroup {
ContentView().environment(SessionStore())
}
}
}
class AppDelegate: NSObject, UIApplicationDelegate {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions:
[UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool {
print(“Firebase”)
FirebaseApp.configure()
return true
}
}
コード
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/09/14 08:06 編集