// Charles Proxy License
// 适用于Charles任意版本的注册码,谁还会想要使用破解版呢。
// Charles 4.2目前是最新版,可用。
Registered Name: https://zhile.io
License Key: 48891cf209c6d32bf4
问题详情:
打开Charles,出现提示:
Charles cannot configure your proxy settings while it is on a read-only volume. Perhaps you are running Charles from the disk image? If so, please copy Charles to the Applications folder and run it again. Otherwise please ensure that Charles is running on a volume that is read-write and try again.
解决:
在Mac终端中输入
sudo chown -R root "/Applications/Charles.app/Contents/Resources"
sudo chmod -R u+s "/Applications/Charles.app/Contents/Resources"
一、抓包iOS模拟器或者本机出现抓不了的情况
解决:
- 在Proxy选择->勾上允许使用Mac OS Proxy
-
配置SSL,添加https host:*, 端口:443
1 -
安装证书到iOS模拟器中: 在Help中
2 - 浏览器打开
chls.pro/ssl, 安装证书
image.png - 安装证书到手机或者模拟器中:设置->描述文件->点击相应的证书进行安装
-
打开手机或者模拟器信任证书:设置-> 通用->关于本机-> 证书信任设置
3 - 查看电脑是否有使用代理相关的软件(比如: 梯子等)



