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