You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in src
CC activation.lo
In file included from activation.c:52:
../include/libideviceactivation.h:31:10: fatal error: 'libimobiledevice/lockdown.h' file not found
#include <libimobiledevice/lockdown.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [activation.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I am getting this error
The text was updated successfully, but these errors were encountered:
make
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in src
CC activation.lo
In file included from activation.c:52:
../include/libideviceactivation.h:31:10: fatal error: 'libimobiledevice/lockdown.h' file not found
#include <libimobiledevice/lockdown.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [activation.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I am getting this error
The text was updated successfully, but these errors were encountered: