itenfay / WeChat_tweak

iOS版功能最全的微信插件,支持最新版微信,具备自动抢红包,屏蔽消息和群消息,过滤特定的群聊,防止撤回消息,伪定位 (朋友圈和附近的人),修改微信运动步数和实时取景做聊天页的背景等功能。
https://itenfay.github.io/2017/04/20/ios-reverse-wechat-snatches-red-envelopes-automatically/
Other
704 stars 122 forks source link

make 报错,问题解决里都没有 #14

Closed Apibug closed 3 years ago

Apibug commented 3 years ago

root:wapleodtcorexpc w0ai1uo$ make xcrun: error: sh -c '/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.7.sdk -find llvm-dsymutil 2> /dev/null' failed with exit code 17664: (null) (errno=No such file or directory) xcrun: error: unable to find utility "llvm-dsymutil", not a developer tool or in PATH

Making all for tweak wapleodtcorexpc… xcrun: error: sh -c '/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.7.sdk -find llvm-dsymutil 2> /dev/null' failed with exit code 17664: (null) (errno=No such file or directory) xcrun: error: unable to find utility "llvm-dsymutil", not a developer tool or in PATH xcrun: error: sh -c '/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.7.sdk -find llvm-dsymutil 2> /dev/null' failed with exit code 17664: (null) (errno=No such file or directory) xcrun: error: unable to find utility "llvm-dsymutil", not a developer tool or in PATH xcrun: error: sh -c '/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.7.sdk -find llvm-dsymutil 2> /dev/null' failed with exit code 17664: (null) (errno=No such file or directory) xcrun: error: unable to find utility "llvm-dsymutil", not a developer tool or in PATH ==> Compiling src/WCPLAVManager.m (armv7)…

:1:10: fatal error: '/opt/theos/Prefix.pch' file not found #include "/opt/theos/Prefix.pch" ^~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. make[3]: *** [/Users/w0ai1uo/WeChat_tweak/WeChatPluginDev/wapleodtcorexpc/.theos/obj/debug/armv7/src/WCPLAVManager.m.2625f111.o] Error 1 make[2]: *** [/Users/w0ai1uo/WeChat_tweak/WeChatPluginDev/wapleodtcorexpc/.theos/obj/debug/armv7/wapleodtcorexpc.dylib] Error 2 make[1]: *** [internal-library-all_] Error 2 make: *** [wapleodtcorexpc.all.tweak.variables] Error 2
Apibug commented 3 years ago

==> Compiling src/WCPLAVManager.m (armv7)…

:1:10: fatal error: '/opt/theos/Prefix.pch' file not found #include "/opt/theos/Prefix.pch" ^~~~~~~~~~~~~~~~~~~~~~~ 1 error generated.
Apibug commented 3 years ago

抱歉,theos没按你说明的目录来~

Apibug commented 3 years ago

Payload/WeChat.app/waplesubstrate: errSecInternalComponent

烦死了烦死了,没法重签名啊

Apibug commented 3 years ago

原来是没访问权限,记录一下, 加了sudo,始终允许就好了。 继续踩坑。。