It’s hard to tell from the links you’ve posted what tutorial you’re following here. My best guess, looking at your screen shot, is that there’s a problems with with
OSDeclareDefaultStructors
(in your header) or
OSDefineMetaClassAndStructors
(in your implementation file). For an example of how to do this, check out the
AppleSamplePCI sample code.
Note You’ll need to delete the
AppleSamplePCI_10.8
target because it depends on an ancient SDK.
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
let myEmail = "eskimo" + "1" + "@apple.com"