mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Added 'LSOpenURLsWithRole() failed with error -10810' to troubleshooting section in the docs (#2436)
This commit is contained in:
parent
ad66718f37
commit
ff609d31b3
@ -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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user