My current goal is to ship the PCIe DriverKit. I want my customers to be able to install our DriverKit without having to disable SIP or anything like that. I tried the following value as suggested, and the build did indeed pass. 0xFFFFFFFF&0x00000000 After checking the contents of the downloaded provisioning file again, I was able to clarify the problem. The value in the file created in App Development wasn't set properly. Created a provisioning file with DriverKit App Development and checked the value of IOPCIPrimaryMatch. 0xFFFFFFFF&0x00000000 Created a provisioning file with the Distribution Developer ID and checked the value of IOPCIPrimaryMatch. 0x00001916&0x0000FFFF Why is there a difference between the Apple Development value and the Developer ID value? My account belongs to a corporate account. Is this related? Also, when I check your post, it seems like I've never created a provisioning file. That's strange. Is the local file on my PC invalid? As I mentioned at the beginning, I f
Topic:
Code Signing
SubTopic:
Entitlements
Tags: