BishopFox / theos-jailed

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

Building tweak error: library not found for -ldylib1.o #20

Open euroboy opened 7 years ago

euroboy commented 7 years ago

Hi. I'm trying to build a clear tweak (just made from template), but I receive the following error:

clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of iOS 7 [-Wdeprecated]
ld: library not found for -ldylib1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)

How to solve it?