My situation is the same as yours. Xcode 13.4.1 runs and packages normally under iOS11 - iOS2.2, and crashed directly under Xcode 14.
My solution is to make the following settings in each target (including Pods target) using Swift under Xcode14: General ->Frameworks and Libraries
Add a reference to libswiftCoreGraphics.tbd, and it will be normal after re running and packaging
Post
Replies
Boosts
Views
Activity
My situation is the same as yours. Xcode 13.4.1 runs and packages normally under iOS11 - iOS2.2, and crashed directly under Xcode 14. My solution is to make the following settings in each target (including Pods target) using Swift under Xcode14: General ->Frameworks and Libraries Add a reference to libswiftCoreGraphics.tbd, and it will be normal after re running and packaging