Added 'LSOpenURLsWithRole() failed with error -10810' to troubleshooting section in the docs (#2436)

This commit is contained in:
Nikita Malakhov 2020-09-30 20:08:04 +03:00 committed by GitHub
parent ad66718f37
commit ff609d31b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -362,3 +362,9 @@ installed with brew. Run this command to work around the issue:
::
sudo mv /usr/local/lib/libjpeg.dylib /usr/local/lib/libjpeg.dylib.not-found
* **LSOpenURLsWithRole() failed with error -10810**
On macOS High Sierra Cutter crashes due to the absence of ``gettext`` library. To fix this problem, simply install the missing package:
::
brew install gettext