kindle manager

This commit is contained in:
gavin
2020-07-05 20:51:06 +08:00
parent 1458941437
commit 3a86ccdd3e

View File

@@ -52,10 +52,12 @@ A:
:question: **LSOpenURLsWithRole() failed with error -10810 for the file /Users/mark/penv/tkman/Release/kmanapp.app.**<br>
A: MAC下: <br>
```
cd /path/to/your/ApplicationName.app
xattr -l Contents/MacOS/*
```
发现有一堆"com.apple.quarantine",说明有问题,运行: <br>
**xattr -dr com.apple.quarantine '/我的安装路径/kmanapp.app'** <br>
可以正常打开,原因不清,[参考链接](https://apple.stackexchange.com/questions/181026/lsopenurlswithrole-failed-with-error-10810-cant-open-install-os-x-yosemite) <br>