I constructed an app in SwiftUI and it runs correctly on my iOS simulator, however when I attempt to run it on my iPhone 15 Professional, it crashes as quickly as I open it. I get the next error:
warning: Module "/Customers/MyName/Library/Developer/Xcode/iOS DeviceSupport/iPhone15,2 17.1.1 (21B91)/Symbols/usr/lib/system/libsystem_kernel.dylib" makes use of triple "arm64e-apple-ios17.1.0", which isn't suitable with the goal triple "arm64-apple-ios16.4.0". Enabling per-module Swift scratch context.
In addition to the beneath:
Does anybody know what this implies / the best way to resolve the difficulty?
I attempted cleansing the construct folder and re-installing the app a number of occasions with no luck.