diff --git a/test-apps/ios-test-app/App/App/SceneDelegate.swift b/test-apps/ios-test-app/App/App/SceneDelegate.swift index d33a6d3..8952734 100644 --- a/test-apps/ios-test-app/App/App/SceneDelegate.swift +++ b/test-apps/ios-test-app/App/App/SceneDelegate.swift @@ -18,6 +18,7 @@ import os.log * Required for modern iOS apps using scene-based architecture */ @available(iOS 13.0, *) +@objc(SceneDelegate) class SceneDelegate: UIResponder, UIWindowSceneDelegate { var window: UIWindow?