yasheedv

Results 8 comments of yasheedv

It's working if I change PIPKitWindow allocation like below under PIPKit class line number 73 `let newWindow: PIPKitWindow` ` if let currentWindowScene = UIApplication.shared.connectedScenes.first as? UIWindowScene { ` ` newWindow...

@Razanajam @kishanbh Did you find any solution?

The crash is happening if I add a SwiftData model inside the project.

The same crash is happening below iOS 18 even without using any Generable macro

@alfredcc, yeah will consider that. Our app is very large and contains at least 100 Objects

@RobeGarcia , you may want to try the solution suggested by @RenGate , as it should resolve the crash. However, in my case, the project follows a modular architecture, and...