I tried to build with an iOS 12 device in Xcode 13.2.1, and an error message appeared and a crash occurred. It started to occur from Xcode 13.2, and even when uploaded to TestFlight, the same error appears and the app crashes.
The error message is :
dyld: Library not loaded: /usr/lib/swift/libswiftCore.dylib
Referenced from: /private/var/containers/Bundle/Application/1F7A398B-D30B-4F59-977B-97C2124736BD/appName.app/Frameworks/libswift_Concurrency.dylib
Reason: image not found
It is necessary to check if it is an Xcode error, and if there is a solution, please share.
Thank You.