Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kext installation error on MacOS10.15.sdk #6

Open
edubois opened this issue Sep 30, 2019 · 2 comments
Open

kext installation error on MacOS10.15.sdk #6

edubois opened this issue Sep 30, 2019 · 2 comments

Comments

@edubois
Copy link

edubois commented Sep 30, 2019

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?

@danabrams
Copy link

Same issue here. @edubois Did you ever figure this out?

@edubois
Copy link
Author

edubois commented Apr 4, 2020

I rolled back to 10.14... Haven't found the solution, please let me know if you find one!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants