My team had this same issue. We had several modules that needed to be renamed in order to fix the runtime "library not found" error with Xcode 16.
In my case we had 3 modules with the following names:
UIKit_Core
SwiftUI_Core
UI_Charts
Then we renamed these modules to:
CoreUIKit
CoreSwiftUI
ChartsUI
And now our app runs on iOS 17. 🤦♂️
@tbaigner thanks for the clues about underscores to help us get there.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: