> Making all for tool ipainstaller…
==> Linking tool ipainstaller (armv7)…
clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of iOS 7 [-Wdeprecated]
ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/PrivateFrameworks'
ld: framework not found GraphicsServices
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [/Users/hacker/ipainstaller/.theos/obj/debug/armv7/ipainstaller] Error 1
make[2]: *** [/Users/hacker/ipainstaller/.theos/obj/debug/armv7/ipainstaller] Error 2
make[1]: *** [internal-tool-all_] Error 2
make: *** [ipainstaller.all.tool.variables] Error 2
怀疑高版本Xcode的问题,所以换了默认Xcode为8.3,下面是Xcode8.3版本的报错
==> Linking tool ipainstaller (armv7)…
clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of iOS 7 [-Wdeprecated]
ld: framework not found GraphicsServices
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [/Users/hacker_/ipainstaller/.theos/obj/debug/armv7/ipainstaller] Error 1
make[2]: *** [/Users/hacker_/ipainstaller/.theos/obj/debug/armv7/ipainstaller] Error 2
make[1]: *** [internal-tool-all_] Error 2
make: *** [ipainstaller.all.tool.variables] Error 2