syscl / CPUTune

An open source kernel extension enables dynamic CPU performance tuning at runtime for macOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to compile for proper running on Mojave

gymnae opened this issue · comments

I cloned this repository, opened the project file in xCode and pressed "Build". The kext appeared in the derived folder under build -> product -> debug.

I attempted to run it manually via kextload and by placing it into the "Other" folder of Clover kexts. The kext won't load, neither manually nor by clover

Am I missing something? I am lacking experience with xCode I have to admit.

Fixed it by installing the Mojave 10.14 SDK, because newer xCode version don't bring this along.

commented

@gymnae feel free to try the latest version which bring back a lot of improvements and optimization :)