doadam / ziVA

An iOS kernel exploit designated to work on all iOS devices <= 10.3.1
330 stars 104 forks source link

Compiling on Linux? #3

Closed soup6020 closed 6 years ago

soup6020 commented 6 years ago

I attempt to build this on Linux, but get this output:

Creating directories Beginning release build Compiling: utils.m -> build/release/utils.o g++: error: arm64-apple-darwin9: No such file or directory g++: error: unrecognized command line option ‘-target’ make[1]: [build/release/utils.o] Error 1 make: [release] Error 2

I'm probably the one in the wrong here, any advice?

MrARM commented 6 years ago

You don't have the iOS SDK. It would require a bit of work to get that working because mac has it built in. you just need to install xcode to activate it.

jmukes97 commented 6 years ago

@MrARM You cant actually install Xcode on any linux machine. You can find a mac and download the SDK for ios 10 though.