Пытаюсь собрать вот такой проект:
https://github.com/jwise/HoRNDIS
При попытке команды make получаю вот такую ошибку:
mystdeim$ make
xcodebuild -project HoRNDIS.xcodeproj
=== BUILD TARGET HoRNDIS OF PROJECT HoRNDIS WITH THE DEFAULT CONFIGURATION (Release) ===
Check dependencies
Code Sign error: No matching codesigning identity found: No codesigning identities (i.e. certificate and private key pairs) matching “Developer ID Application: Joshua Wise (54GTJ2AU36)” were found.
error: There is no SDK with the name or path '/Users/mystdeim/workspace/HoRNDIS/macosx10.6'
** BUILD FAILED **
The following build commands failed:
Check dependencies
(1 failure)
make: *** [build/Release/HoRNDIS.kext] Error 65
Маком второй день пользуюсь, как понимаю проблема распространённая, но так и не понял, как правильно решать проблему с сертификатом.