VoltageShift icon indicating copy to clipboard operation
VoltageShift copied to clipboard

Xcode build failure

Open pkoning2 opened this issue 3 years ago • 5 comments

I tried to follow the build instructions. Cloned the repository just now, then issued the build command:

pkoning14:VoltageShift pkoning$ xcodebuild -target VoltageShift note: Using new build system note: Planning build note: Constructing build description error: No signing certificate "Mac Development" found: No "Mac Development" signing certificate matching team ID "7698T37TAB" with a private key was found. (in target 'VoltageShift' from project 'VoltageShift') warning: no rule to process file '/Users/pkoning/Documents/svn/VoltageShift/README.md' of type 'net.daringfireball.markdown' for architecture 'x86_64' (in target 'VoltageShift' from project 'VoltageShift')

** BUILD FAILED **

pkoning2 avatar Oct 05 '21 14:10 pkoning2

I changed the signing name in XCode and then the build ran, with a bunch of warnings. But the kext still doesn't load. voltageshift2.log

pkoning2 avatar Oct 05 '21 15:10 pkoning2

having the same issue...

roberthuang0306 avatar Oct 23 '21 18:10 roberthuang0306

I recommend redownloading and make sure that you have signed your own kext. I was able to reenable the SIP by loading the kext in the EFI instead of once booted.

zspherez avatar Dec 27 '21 23:12 zspherez

How did you do this?

I recommend redownloading and make sure that you have signed your own kext. I was able to reenable the SIP by loading the kext in the EFI instead of once booted.

lloydeeaquino avatar Nov 05 '22 07:11 lloydeeaquino

https://github.com/zspherez/VoltageShift try this version

zspherez avatar Nov 08 '22 20:11 zspherez