Julian Pellico
12/31/2024, 2:09 AMComposeAppSceneDelegate
into the Info.plist in the usual manner, but when I run the app I get a console message saying it couldn't find that class ComposeAppSceneDelegate
. I even tried using @ObjcName. My declaration is like this
@ObjCName("ComposeAppSceneDelegate", exact = true)
class SceneDelegate : NSObject(), UISceneDelegateProtocol {
Julian Pellico
02/12/2025, 3:48 AM