Ios swift – Why is my app crashing with dyld "Symbol not found" for SwiftUI or Swift symbols on iOS 15, but not on iOS 16 or iOS 17 using XCode 15.0.1?
We have a situation where our app compiles and links in Xcode 15.1, but crashes without a stack trace when run in a simulator or real device running iOS 15.x. The minimum deployment target is set to iOS 15 and…