Quantcast
Channel: 睿论坛 - 最新帖子
Viewing all articles
Browse latest Browse all 37470

微信重签名问题

$
0
0

回来回复下,后来解决了,主要是下面的几个命令

//注入动态库
./insert_dylib @executable_path/wxmsgpreview.dylib WeChat
//对动态库进行签名
codesign -f -s "iPhone Developer:xxxxxxx" libsubstrate.dylib
//打包成ipa
xcrun -sdk iphoneos PackageApplication -v WeChat.app -o ~/WeChat.ipa


Viewing all articles
Browse latest Browse all 37470

Trending Articles