-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
A-frameworkAffects the framework crates and the translator for themAffects the framework crates and the translator for thembugSomething isn't workingSomething isn't working
Milestone
Description
Hi,
I'm experiencing a panic, when trying to use [IOUSBHostCIControllerStateMachine respondToCommand:status:error:] and passing IOUSBHostCIMessageStatus::Success for the status argument. Here's the message I receive:
[IOUSBHostCIControllerStateMachine respondToCommand:status:error:]: expected argument at index 1 to have type code 'i', but found 'I'
Enabling the feature relax-sign-encoding can be a workaround, but in order to actually fix this, the ENCODING (and underlying type) for IOUSBHostCIMessageStatus should be changed from c_uint to c_int.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-frameworkAffects the framework crates and the translator for themAffects the framework crates and the translator for thembugSomething isn't workingSomething isn't working