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)
Hi. I'm trying to build a clear tweak (just made from template), but I receive the following error:
How to solve it?