Hi, I'm occasionally facing the below crash on my SwiftUI application. I couldn't find the exact root cause for that crash. Anybody have an idea on this crash logs?
Thanks.
Hi, I'm occasionally facing the below crash on my SwiftUI application. I couldn't find the exact root cause for that crash. Anybody have an idea on this crash logs?
Thanks.
Just make sure the API being used meet the minimum iOS level. Set your deployment target to the latest iOS 16; if the crash continues, it is a pattern misuse. If it does not happen, continue to lower the target iOS release to 15.0 and run the project. If it doesn't crash, step down to iOS 14 and run the project until the crash occurs.