-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
因证书过期了导致V2rayU无法使用临时解决方法 #1238
Comments
Good! |
it works, thank you:) |
Works~ |
Good! |
it work ! |
nice thx |
没有找到 “勾选 覆盖恶意软件保护” 这个开关或文字显示 @yanue |
执行报错,不支持 --deep 参数: > sudo codesign --force --deep --sign - /Applications/V2rayU.app
The following argument was not expected: --deep
Run with --help for more information.
> codesign -h
codesign
Usage: codesign [OPTIONS] [files...]
Positionals:
files TEXT ... Files to sign
Options:
-h,--help Print this help message and exit
-s,--sign TEXT REQUIRED Code signing identity
-i,--identifier TEXT File identifier
-f,--force Replace any existing signatures
--entitlements TEXT Entitlements plist 系统版本 macOS Monterey Version 12.4 |
原因是我安装的 Anaconda3 也有一个 codesign,需要使用系统自带的: sudo /usr/bin/codesign --force --deep --sign - /Applications/V2rayU.app
sudo /usr/bin/codesign --force --deep --sign - ~/.V2rayU/V2rayUTool
sudo /usr/bin/codesign --force --deep --sign - ~/.V2rayU/v2ray-core/v2ray |
重新安装之后需要重新打开应用 出现那个恶意需要删除的提示后 再尝试上面的命令更改就回出现那个选项了 |
第一步里的 第一条命令的参数貌似手误少写了一个 |
成功啦,注意不要用Anaconda3的codesign就好 |
我试了上面的方法,但是遇到“v2ray” can’t be opened because Apple cannot check it for malicious software.的问题 |
成功👍 |
亲测好用,给大佬点赞 |
Ventura 不需要第二步,直接重新签名就可以,3.4也需要重新签名 |
重新签名预览版 在11.7.6 版本上,依然无法解决问题。【重新签名预览版】可以直接安装,但是会提示““V2rayUTool”将对您的电脑造成伤害。 您应该将它移到废纸篓。” 然后去尝试【临时解决办法】也不管用,执行第一步的终端命令后,第二部“在应用程序里找到他,右键,显示简介,勾选 覆盖恶意软件保护”,会发现 V2RayU 的简介里没有 【覆盖恶意软件保护】的可勾选项。 这是执行第一步之后的 终端信息: 还有别的解决办法吗?@yanue |
我尝试了卸载 重装 V3.2 版本,目前可以在我的系统版本BigSur 11.7.6 上正常使用。 |
M1 版,3.4你也是依然弹窗删除吗 |
M1 版本问题依然存在 |
嗯,就是 3.4 7-3 日早上突然弹窗不可用,我才回退到 3.2 版本的。3.2 正常,我的是 intel 核心的 MacBookPro。 |
You saved my life!!! Works on Version 13.4 (22F66) |
App好了,但是V2rayUTool还是在报: |
问题全都处理好了,但最后发现上不了网😂 |
不行哦,软件倒是不报错了,科学不了网 |
必须装了xcode command line tools才能执行这些命令 |
如果遇到了提示无法验证是否是恶意软件,可以打开系统设置,安全与隐私,通用,下面有个仍然打开的按钮,点一下并且选择打开,退出app再重新打开,这么重复几次之后,就不会再弹了 |
你用的M1电脑 3.4版本吗 |
I can not fix this problem on a device that does not have Xcode, and Xcode needs a lot of storage and data... |
Thanks! it works for me. |
it works, thanks. |
我也是完全相同的情况,没有“覆盖恶意软件保护”这个选项。 |
sudo /usr/bin/codesign --force --deep --sign - ~/.V2rayU/V2rayUTool |
感谢回复,安装了xcode command line tools之后,按流程操作已解决。爱你❤️。 可以在终端中输入命令 xcode-select --install 来开始安装过程。你会看到一个面板,要求你安装 Xcode 命令行工具。 install-Xcode-CLT 网络连接为 100Mbps 时,需要约 8 分钟,在网络连接较慢的 Mac Intel 上,速度明显较慢。 install-Xcode-CLT-done 验证你已经成功地安装了 Xcode 命令行工具: |
我执行完第一步,然后退出v2rayU并重新打开就好了,我的系统版本是13.4.1(c),M1芯片 |
出现
|
证书过期了app得重新签名 (两个设备同时登陆账户去开发,会导致之前的证书吊销???)
临时解决办法
https://user-images.githubusercontent.com/17966333/250444425-c8865806-64da-4e64-9611-b16171ea912f.png
然后再打开就可以用了,用不了就重头再来一次
Originally posted by @zanjie1999 in #1236 (comment)
#1234 (comment)
重新签名预览版
https://github.com/yanue/V2rayU/releases/tag/v3.4.0-preview
The text was updated successfully, but these errors were encountered: