TNT 破解应用大规模闪退问题 7月 12日

2019-07-14  本文已影响0人  supersmalltalk

Apple removed TNT’s certificate, so the app will crash after July 12th. The current solution is to sign it yourself.

Run in Terminal

codesign --force --deep --sign - /Applications/name.app

1codesign.png

Requisite: Xcode or the Apple Command Line Tools
To install, execute

xcode-select --install

in the terminal emulator of your choice, and the macOS GUI will give you the option to install Xcode (from the Mac App Store) or the CLTs. If you install Xcode, launch it at least once to complete the installation and agree to the license.

2xcode.jpg

Alternatively, you can use CodeSigner to sign some apps.

Installation instructions:

What’s New

Version 0.9.3 beta 4:

Compatibility

OS X 10.8 or later, 64-bit processor

Screenshots

image

Apple 删除了TNT的证书,因此应用程序将在7月12日之后出现崩溃。目前的解决方案是自己签名。
方案 1:
打开终端,执行:codesign --force --deep --sign - /Applications/name.app
其中 /Applications/name.app 为你的TNT 破解的闪退应用


屏幕快照 2019-07-14 下午10.50.43.png

方案 2:
1.需要机器安装xcode,未安装请 App Store 下载,或使用终端下载
打开终端,执行:xcode-select --install
2.安装CodeSigner,在Mojave上,请允许CodeSigner控制系统事件:
链接: https://pan.baidu.com/s/1-7R4QEBCJkPycYtv07JxBQ 提取码: tinm
3.安装CodeSigner 后,进入应用文件夹,右击崩溃的应用,选择"快速操作"中的CodeSigner
4.出现CodeSigner界面,请选择Deep
5.签署完成后右上角出现如下,表示已签署完成。就可以直接打开应用了

上一篇下一篇

猜你喜欢

热点阅读