Agree!
Really wish this becomes part of the official API spec.
Would help build processes to improve the quality of our apps.
Post
Replies
Boosts
Views
Activity
Can I please ask the question author to not mark it as accepted/resolved so that it does not affect the visibility of the issue?
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
Facing the same issue. Will leave a reply with the details we have noticed so far.
Seeing the same issue. Is this a known issue on ATC side?