BishopFox / theos-jailed

A version of Theos/CydiaSubstrate for non-jailbroken iOS devices
Other
326 stars 54 forks source link

make problem #17

Open englieh opened 7 years ago

englieh commented 7 years ago

Novice question for theos-jailed.

I developed a simple iPhone tweak using theos and can make, install and run in a jailbroken phone.

I am trying theos-jailed so that I can run the same tweak in a non-jailbroken phone. However, I got the following error while trying to do a make. I am trying on Mac OS Sierra with Xcode 8.0 installed. Is there a configuration or pre-requisite that I missed out? Any help is appreciated. Thanks

Making all for tweak newtest... Linking tweak newtest... clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of iOS 7 ld: library not found for -ldylib1.o clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: * [obj/newtest.dylib.855abb9a.unsigned] Error 1 make[1]: * [internal-library-all_] Error 2 make: *\ [newtest.all.tweak.variables] Error 2

strano666 commented 7 years ago

I've the same problem and same error.

euroboy commented 7 years ago

Same error.