I meet the problem too.
I use xcode 14 and run to iphone 11.2 , and my app crashes when runs.
The crash log is "
dyld: Library not loaded: /usr/lib/swift/libswiftCoreGraphics.dylib
Referenced from: /var/containers/Bundle/Application/aaaaa/bbbb.app/bbbb
Reason: image not found"
And I resloved it by set weak link to "buildsettings- Other Linker Flags", like this:-Wl,-weak-lswiftCoreGraphics -Wl,-rpath,/usr/lib/swift
Topic:
Developer Tools & Services
SubTopic:
General
Tags: