安装步骤安装后,直接微信打不开了
issue规范
- MacOS版本 : 10.xx.x
- 微信版本 : 2.x.x
- 小助手版本 : 2.x.x
- BUG描述 : 点击窗口闪退
- 操作场景 : 微信启动后, 鼠标左键点击会话列表中某个会话的头像
- 方便的话提供日志, 截图或者视频(可选)
MacOS版本 : 14.0 微信版本 : 3.8.7 小助手版本 : 刚通过git下载的(sudo rm -r -f WeChatExtension-ForMac && git clone --depth=1 https://github.com/MustangYM/WeChatExtension-ForMac && cd WeChatExtension-ForMac/WeChatExtension/Rely && ./Install.sh && cd ~ ) BUG描述 : Q: 通过移动sh文件安装后, 无法打开微信 A : 1. 我尝试卸载 Uninstall.sh
% /Users/fanren/Documents/WeChatExtension-ForMac/WeChatExtension/Rely/Uninstall.sh
未发现微信小助手
- 后再次安装install.sh
/Users/fanren/Documents/WeChatExtension-ForMac/WeChatExtension/Rely/Install.sh
Password:
\n\t卸载旧小助手成功,安装新版中...
/Applications/WeChat.app/Contents/MacOS/WeChat already exists. Overwrite it? [y/n] y
Binary is a fat binary with 2 archs.
LC_CODE_SIGNATURE load command found. Remove it? [y/n] y
LC_CODE_SIGNATURE load command found. Remove it? [y/n] y
Added LC_LOAD_DYLIB to all archs in /Applications/WeChat.app/Contents/MacOS/WeChat
- 最后我在issues里面找到了答案
sudo codesign --sign - --force --deep /Applications/WeChat.app
Q1:可以打开微信, 但是现在无法看到微信助手
Q2: 无法使用微信截图
Q3: 每次退出打开微信显示 这个弹窗
Q4: 防撤回目前没有效果
@MustangYM Mu
MacOS版本 : 14.0 微信版本 : 3.8.7 小助手版本 : 刚通过git下载的(sudo rm -r -f WeChatExtension-ForMac && git clone --depth=1 https://github.com/MustangYM/WeChatExtension-ForMac && cd WeChatExtension-ForMac/WeChatExtension/Rely && ./Install.sh && cd ~ ) BUG描述 : Q: 通过移动sh文件安装后, 无法打开微信 A : 1. 我尝试卸载 Uninstall.sh
% /Users/fanren/Documents/WeChatExtension-ForMac/WeChatExtension/Rely/Uninstall.sh 未发现微信小助手
- 后再次安装install.sh
/Users/fanren/Documents/WeChatExtension-ForMac/WeChatExtension/Rely/Install.sh Password: \n\t卸载旧小助手成功,安装新版中... /Applications/WeChat.app/Contents/MacOS/WeChat already exists. Overwrite it? [y/n] y Binary is a fat binary with 2 archs. LC_CODE_SIGNATURE load command found. Remove it? [y/n] y LC_CODE_SIGNATURE load command found. Remove it? [y/n] y Added LC_LOAD_DYLIB to all archs in /Applications/WeChat.app/Contents/MacOS/WeChat
- 最后我在issues里面找到了答案
sudo codesign --sign - --force --deep /Applications/WeChat.appQ1:可以打开微信, 但是现在无法看到微信助手
Q2: 无法使用微信截图
![]()
Q3: 每次退出打开微信显示 这个弹窗
Q4: 防撤回目前没有效果
@MustangYM Mu
Q2可以通过在系统设置删除应用授权权限,重新添加解决。
新版本微信不支持吧,回退微信版本3.8.0安装,https://github.com/zsbai/wechat-versions/releases
微信 3.8.0 版本,可以支持防撤回 https://github.com/zsbai/wechat-versions/releases/tag/v3.8.0
Q2: 无法使用微信截图


