buginux / WeChatRedEnvelop

iOS版微信抢红包Tweak
2.27k stars 576 forks source link

现在这个版本的$ git clone https://github.com/buginux/WeChatRedEnvelop.git $ cd WeChatRedEnvelop $ make 出现这个 #156

Closed wikiInit closed 6 years ago

wikiInit commented 7 years ago

make Makefile:6: /makefiles/common.mk: No such file or directory Makefile:14: /tweak.mk: No such file or directory make: *** No rule to make target `/tweak.mk'. Stop.

这个是什么原因

dwj1210 commented 7 years ago

我也是这个问题。。求解谢谢。

wikiInit commented 7 years ago

老乡消失了,等他传吧

buginux commented 7 years ago

是 THEOS 的路径没配置

export THEOS=/opt/local/theos
buginux commented 7 years ago

上面已经回答了呀,是 THEOS 路径没配置好,在命令行执行下:

export THEOS=/opt/theos
wikiInit commented 7 years ago

打包完闪退呢

buginux commented 7 years ago

到哪一步闪退的?

wikiInit commented 7 years ago

安装完成后启动闪退

wikiInit commented 7 years ago

最新版的ipa

buginux commented 7 years ago

那可能是注入过程有问题,再确认下流程

wikiInit commented 7 years ago

奇怪了,还是会闪退,是非越狱版的,企业签,export THEOS=/opt/theos完,make完后步骤注入,也没报什么异常呢

buginux commented 7 years ago

这种情况,一般就是动态库没有加载到,所以才会崩的