You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Switching from MacOS10.14.sdk to MacOS10.15.sdk gives me this error:
sudo kextutil -tn **./BuildResults/Debug/root/System/Library/Extensions/IOVideoSample.kext
Any idea what could be wrong?
The text was updated successfully, but these errors were encountered: