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