CoreMediaIO-DAL-Example
CoreMediaIO-DAL-Example copied to clipboard
kext installation error on MacOS10.15.sdk
Switching from MacOS10.14.sdk to MacOS10.15.sdk gives me this error:
sudo kextutil -tn **./BuildResults/Debug/root/System/Library/Extensions/IOVideoSample.kext
kxld[com.apple.cmio.driver.Sample]: The super class vtable 'vtable for IOVideoDevice' for vtable 'vtable for IOVideoSampleDevice' is out of date. Make sure your kext has been built against the correct headers.
kxld[com.apple.cmio.driver.Sample]: The super class vtable 'vtable for IOVideoStream' for vtable 'vtable for IOVideoSampleStream' is out of date. Make sure your kext has been built against the correct headers.
Link failed (error code 5).
Any idea what could be wrong?
Same issue here. @edubois Did you ever figure this out?
I rolled back to 10.14... Haven't found the solution, please let me know if you find one!