Im getting this error when I am compiling my tweak:
*** You did not specify a target, and the "" platform does not define a default target. Stop.
I searched this up on google and found this:
If you get this message:
theos/makefiles/common.mk:103: *** You did not specify a target, and the "" platform does not define a default target. Stop.
It probably means you are using a platform unsupported by Theos. If you are using iOS as a platform and on a 64bit device, you are probably getting this error. To fix this, you can do the following:
sudo ln -s $THEOS/makefiles/platform/Darwin-arm{,64}.mk sudo ln -s $THEOS/makefiles/targets/Darwin-arm{,64}
I don't really know what that means though. Where do I add those lines^^
I'm on an iPad Air iOS 8.1.2