Post

Replies

Boosts

Views

Activity

Reply to xcode14:Library not loaded: /usr/lib/swift/libswiftCoreGraphics.dylib
We've been facing the same issue since the first Xcode Betas until the public release that we recently released. I have tried creating a sample app with Xcode 14 and it does not happen with that, hence my suspicion is that there is something specific with our project that is causing the package produced by Xcode 14 to have this issue. The same project with Xcode 13 does not demonstrate this issue and the packages generated using that work fine on iOS versions below 12.2. Error seen in Xcode console: I have compared the binaries created by both Xcode 13.4 and 14 and following were my observations. Command run: `otool -LD With Xcode 13.3.1 (13E500a) when we search for the phrase libswiftCoreGraphics we notice only one occurrence. Xcode13-otool-result.txt With Xcode 14 when we search for the phrase libswiftCoreGraphics we notice two occurrences. With the /usr/lib/swift/ one being the same occurrence that Xcode shows in console. Xcode14-otool-result.txt Crash log from device: AppCrash.crash DTS ticket ID: 101794668438 Feedback assistant: FB10905587 TSI ticket: 808801996
Sep ’22