Skip to content

Commit

Permalink
ADD : 终端执行错误说明
Browse files Browse the repository at this point in the history
  • Loading branch information
QiuChenly committed Oct 10, 2023
1 parent 09723ba commit f4a8c26
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Binary file added image-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image-7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,22 @@

此时就能正常打开。如果还出现问题,请检查自己的注入操作有没有问题。

4. Operation not permitted<br>
如下所示。<br>
![simple](image-7.png)<br>
```
开始注入App: com.nssurge.surge-mac
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/fileutils.rb:1387:in `initialize': Operation not permitted @ rb_sysopen - /Applications/Surge.app/Contents/Frameworks/Bugsnag.framework/Versions/A/Bugsnag_backup (Errno::EPERM)
```
这是很多人会遇到的问题。<br>Operation not permitted就是终端app需要修改app,但是没权限 所以会崩溃。<br>
原因:终端没有给操作权限<br>
解决办法:<br>
1. 打开设置<br>
2. 隐私和安全性<br>
3. 开发者工具<br>
4. 打开终端开关,重启终端即可正常执行。<br>
![terminal](image-6.png)

# 环境

代码运行最低操作系统要求&此代码编译环境
Expand Down

0 comments on commit f4a8c26

Please sign in to comment.