Post

Replies

Boosts

Views

Activity

Comment on DriverKit USB Transport to support multiple devices with different Vendor IDs
I submitted a feedback request last week and the entitlements were approved
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Dec ’24
Comment on DriverKit - IOUSBHostDevice::SetProperties
This is brilliant. I was not aware of the IOClass AppleUSBHostMergeProperties. That's exactly what I needed and made the implementation simpler
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Nov ’24
Comment on Xcode 15.0 using macOS 10.14 SDK as Base SDK
We require macos10.14 SDK to build our driver. Base SDK and Deployment Target are different. Setting the Deployment Target allows the app to run on the specified OS Version. Setting Base SDK allows us to build using a specific SDK. There are features in the macos10.14 SDK we require that aren't present in later ones.
Replies
Boosts
Views
Activity
Oct ’23
Comment on Xcode 15.0 using macOS 10.14 SDK as Base SDK
@durul yes, I've seen this post but it doesn't seem like it is solving my issue. I'm trying to manually build with a specific SDK by passing the SDK's absolute path to SDKROOT. This works with versions 14.3.1 and earlier. I tried passing in other SDK versions like macOS12.3.sdk but it isn't working either.
Replies
Boosts
Views
Activity
Oct ’23
Comment on dyld: Library not loaded
Using the otool to manually insert @rpath into the references worked
Replies
Boosts
Views
Activity
Mar ’23
Comment on EXC_BAD_ACCESS (code=2, address=0x16d0f3ff0)
This approach solved the crash with my cpp implementation
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’22