I try to compile and build this code in my Mac OS. I try this following cmd.
cd ideviceactivate
make
sudo make install
In terminal when I tried with make
it gets following error.
ld: library not found for -lrt
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [all] Error 1
make: *** [all] Error 2
Can you please guide me how to solve this issue. Thanks