M
M
mystdeim2016-05-24 20:02:29
macOS
mystdeim, 2016-05-24 20:02:29

How to build such an xcode project on OS X?

I'm trying to build this project: https://github.com/jwise/HoRNDIS
When I try to make the command, I get the following error:

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

I’ve been using Mac for the second day, as I understand the problem is common, but I still don’t understand how to properly solve the problem with the certificate.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Semchenko, 2016-05-25
@mystdeim

Like this.
But the certificate is a small problem, the problem is in the headers for working with usb, which are not in os x 10.11. since the driver under 10.11 apple altered.

R
Rou1997, 2016-05-25
@Rou1997

Joshua Wise

The project "wants" the certificate that its developer had, of course, you don't have it on your computer, you need to build it with your own certificate or without a certificate, look in the settings, or you can create a new project without a certificate, and use Notepad to correct this one according to the model finally, you can simply create a new project and "throw" code into it, etc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question