Xcode 14 problem on iOS 11

I updated Xcode 14 and built my project. Everything was fine but it didn't work on iOS 11 device. It crashed as soon as build the project. Did it just happen to me?

The log like this:

dyld: Library not loaded: /usr/lib/swift/libswiftCoreGraphics.dylib

Try to embed swift library in your build settings

@Techwindeveloper I have the same problem, Xcode 14, deployment target iOS 11, but always crashes on devices with iOS 11, on iOS 12 all is okey

Xcode 14 problem on iOS 11
 
 
Q