The problem is, if I try to archive the app, I will get the previous warning message as an error: Xcode 14 and later require a DriverKit development profile enabled for iOS and macOS. Visit the developer website to create or download a DriverKit profile. Any idea what I'm missing? So, as background, DriverKit has the most complicated code-signing configuration on our platform, which means its support in Xcode has lagged behind other technologies. This has been further complicated by a lack of documentation on the newer development only flow, along with misinformation/misunderstanding around what Xcode's errors actually mean. However... the good news is that I don't think you actually need to deal with this. More specifically, if you're: Using Xcode 16+. You've only been granted 1 entitlement value for a given family (this is true for you). ...then automatic code-signing should Just Work™. Here is what I would do next: Change the configuration of all targets from manual to automatic. Hit build and the
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: