You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like in Mac OS, and especially Dictionary Development Kit was moved into into file > Additional_Tools_for_Xcode_XY.dmg the old location of Dictionary Development Kit was changed.
DICT_BUILD_TOOL_DIR = "$(HOME)/Developer/Extras/Dictionary Development Kit"
there is not such location
In forums they recommending to copy manually the Dictionary Development Kit into:
DICT_BUILD_TOOL_DIR = "/Applications/Utilities/Dictionary Development Kit"
It will be nice to at least to know where in code I can change it. So all my future Makefile will generate my path to Dictionary Development Kit. Otherwise I need to change it manually each time I generate new dictionary.
Really thanks! It is amazing tool
The text was updated successfully, but these errors were encountered:
It looks like in Mac OS, and especially
Dictionary Development Kit
was moved into into file >Additional_Tools_for_Xcode_XY.dmg
the old location ofDictionary Development Kit
was changed.DICT_BUILD_TOOL_DIR = "$(HOME)/Developer/Extras/Dictionary Development Kit"Dictionary Development Kit
into:DICT_BUILD_TOOL_DIR = "/Applications/Utilities/Dictionary Development Kit"
It will be nice to at least to know where in code I can change it. So all my future
Makefile
will generate my path toDictionary Development Kit
. Otherwise I need to change it manually each time I generate new dictionary.Really thanks! It is amazing tool
The text was updated successfully, but these errors were encountered: