Loading kext without notarize

Hello,


I am developing / debugging a kExt and want to load it on 10.14.5 (which my system just updated to). Seems I can no longer just kextutil from terminal without notarizing the kExt first. Is there a way around this so I don't have to notarize each and every build I am trying to debug?


Thank you,


David A. Hoatson

Accepted Reply

Does it work if you disable SIP?

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Replies

Does it work if you disable SIP?

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Yep, that did it! Thanks for the pointer.


David