hello, while compiling tweak, I get this error:
> Making all for tweak tweak…
==> Preprocessing Tweak.xm…
==> Compiling Tweak.xm (armv7)…
==> Linking tweak tweak (armv7)…
ld: library not found for -lobjc
arm64-apple-darwin14-clang-3.9: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [/opt/theos/makefiles/instance/library.mk:33: /opt/projects/tweak/.theos/obj/debug/armv7/tweak.dylib] Error 1
make[2]: *** [/opt/theos/makefiles/instance/library.mk:32: /opt/projects/tweak/.theos/obj/debug/armv7/tweak.dylib] Error 2
make[1]: *** [/opt/theos/makefiles/instance/library.mk:24: internal-library-all_] Error 2
make: *** [/opt/theos/makefiles/master/rules.mk:90: tweak.all.tweak.variables] Error 2
what seems to be the problem? any help?
hm..