WeChatTweak-macOS icon indicating copy to clipboard operation
WeChatTweak-macOS copied to clipboard

微信最新版本还没适配,v3.5.0.16 (0x13050010)

Open ikun-bug opened this issue 3 years ago • 13 comments

最新版的还没适配,安装最新版后,没有出现防撤回跟躲开

ikun-bug avatar Aug 01 '22 03:08 ikun-bug

image

重新 sudo wechattweak-cli install 试下呢

ACodingJie avatar Aug 01 '22 06:08 ACodingJie

image

重新 sudo wechattweak-cli install 试下呢

这个版本的微信是在哪下载的?

doudouliyouniaoshi avatar Aug 01 '22 06:08 doudouliyouniaoshi

image 重新 sudo wechattweak-cli install 试下呢

这个版本的微信是在哪下载的?

app store

ACodingJie avatar Aug 01 '22 06:08 ACodingJie

图像重新 sudo wechattweak-cli install 试下呢> >> >> > 这个版本的微信在哪里下载的?>> 应用程序商店!上传 image.png...我从商店下载的怎么是这个版本Version. 3.5.0 (22923)

doudouliyouniaoshi avatar Aug 01 '22 07:08 doudouliyouniaoshi

图像重新 sudo wechattweak-cli install 试下呢> >> >> > 这个版本的微信在哪里下载的?>> 应用程序商店!上传 image.png...我从商店下载的怎么是这个版本Version. 3.5.0 (22923)

重启一下试试,我的刚才更新后重启微信又可以了

ikun-bug avatar Aug 01 '22 07:08 ikun-bug

图像重新 sudo wechattweak-cli install 试下呢> >> >> > 这个版本的微信在哪里下载的?>> 应用程序商店!上传 image.png...我从商店下载的怎么是这个版本Version. 3.5.0 (22923)

重启一下试试,我的刚才更新后重启微信又可以了

不行 我已经重启N次了 微信也试了官网下载的 都不行 一直报错 签名那个有问题

doudouliyouniaoshi avatar Aug 01 '22 07:08 doudouliyouniaoshi

签名有问题 手动用命令强制签名。

MartinLau7 avatar Aug 01 '22 09:08 MartinLau7

sudo wechattweak-cli install ------ Download ------ ------ Unzip ------ Execute command: rm -rf /Applications/WeChat.app/Contents/MacOS/WeChatTweak.framework; unzip /tmp/WeChatTweak.zip -d /Applications/WeChat.app/Contents/MacOS ------ Backup ------ WeChat.bak exists, skip it... ------ Remove Codesign ------ Execute command: codesign --remove-sign /Applications/WeChat.app/Contents/MacOS/WeChat Install failed: Execute command: codesign --remove-sign /Applications/WeChat.app/Contents/MacOS/WeChat failed: { NSAppleScriptErrorAppName = "wechattweak-cli"; NSAppleScriptErrorBriefMessage = "xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/Co/Applications/WeChat.app/Contents/MacOS/WeChat: the codesign_allocate helper tool cannot be found or used"; NSAppleScriptErrorMessage = "xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/Command/Applications/WeChat.app/Contents/MacOS/WeChat: the codesign_allocate helper tool cannot be found or used"; NSAppleScriptErrorNumber = 1; NSAppleScriptErrorRange = "NSRange: {0, 87}"; } 这个能怎么搞

doudouliyouniaoshi avatar Aug 01 '22 09:08 doudouliyouniaoshi

请问解决了吗?我有点想更新。。 。

change3799 avatar Aug 02 '22 06:08 change3799

我的微信版本显示为 Version. 3.5.0 (22923),下载自 App Store,没有上述问题啊。 点击关于微信里面的系统信息版本,显示的微信版本为 [2022-07-21 xx:xx:xx] v3.5.0.16 (22923) #3cd0ceb735 补充:macOS Monterey 12.5

MoienBowen avatar Aug 02 '22 09:08 MoienBowen

请问解决了吗?我有点想更新。。 。

我还没搞定,然后我用时间机器给倒回去了3.4版本了 不知道为啥 有没有可能是系统11.6.8的问题,你可以试试看

doudouliyouniaoshi avatar Aug 02 '22 09:08 doudouliyouniaoshi

image

重新 sudo wechattweak-cli install 试下呢

后面的Tweak窗口是怎么出现的?

kuankuanlv avatar Aug 05 '22 08:08 kuankuanlv

@qiweifan 退出微信后,终端执行 brew install sunnyyoung/repo/wechattweak-cli sudo wechattweak-cli install

MoienBowen avatar Aug 05 '22 08:08 MoienBowen

tested out with sudo wechattweak-cli install, works for me with wechat 3.5.0 (Version 3.5.0 (22923))

chenrui333 avatar Aug 15 '22 01:08 chenrui333

sudo wechattweak-cli install ------ Download ------ ------ Unzip ------ Execute command: rm -rf /Applications/WeChat.app/Contents/MacOS/WeChatTweak.framework; unzip /tmp/WeChatTweak.zip -d /Applications/WeChat.app/Contents/MacOS ------ Backup ------ WeChat.bak exists, skip it... ------ Remove Codesign ------ Execute command: codesign --remove-sign /Applications/WeChat.app/Contents/MacOS/WeChat Install failed: Execute command: codesign --remove-sign /Applications/WeChat.app/Contents/MacOS/WeChat failed: { NSAppleScriptErrorAppName = "wechattweak-cli"; NSAppleScriptErrorBriefMessage = "xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/Co/Applications/WeChat.app/Contents/MacOS/WeChat: the codesign_allocate helper tool cannot be found or used"; NSAppleScriptErrorMessage = "xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/Command/Applications/WeChat.app/Contents/MacOS/WeChat: the codesign_allocate helper tool cannot be found or used"; NSAppleScriptErrorNumber = 1; NSAppleScriptErrorRange = "NSRange: {0, 87}"; } 这个能怎么搞

搞定了 是缺了xcode,,,用了xcode-select --install这个代码安装完了软件 再运行sudo wechattweak-cli install就可以了

doudouliyouniaoshi avatar Aug 16 '22 06:08 doudouliyouniaoshi

貌似只有防撤回 没有多开 当前版本Version. 3.5.0 (22923)

jinrichardJIN avatar Aug 19 '22 03:08 jinrichardJIN

一般更新后我的操作就是: 关闭微信,然后执行:

sudo wechattweak-cli --uninstall
sudo wechattweak-cli --install

如果不能打开,重复一遍就好

WangEn avatar Aug 25 '22 10:08 WangEn

本项目只对 App Store 最新版本做完整支持,App Store 版本 Version 3.5.5 (23491) 测试正常。

sunnyyoung avatar Aug 27 '22 05:08 sunnyyoung