Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: GregMeach on August 08, 2014, 06:47:15 AM

Title: [RESOLVED] [Font Maker] Mac OS X 10.9.5
Post by: GregMeach on August 08, 2014, 06:47:15 AM
I see this in the console related to Font Maker
  1. Unable to copy FreeType.dylib to /usr/local/lib:
  2. Access to the path "/usr/local/lib" is denied.
Title: Re: [Font Maker] Mac OS X 10.9.5
Post by: ArenMook on August 08, 2014, 07:07:51 AM
Known issue on OSX. It all depends on what kind of permissions Unity has. Just take the FreeType.dylib file and copy it over to /usr/local/lib yourself. Create the folder if it doesn't exist.
Title: Re: [Font Maker] Mac OS X 10.9.5
Post by: GregMeach on August 08, 2014, 08:10:35 AM
Known issue on OSX. It all depends on what kind of permissions Unity has. Just take the FreeType.dylib file and copy it over to /usr/local/lib yourself. Create the folder if it doesn't exist.
This might be the problem:
There is no /usr/local/lib <- in /usr/local there is /bin and /man

There IS however a /usr/lib folder.

Which folder do I use?
Title: Re: [Font Maker] Mac OS X 10.9.5
Post by: ArenMook on August 08, 2014, 09:06:15 AM
/usr/local/lib

Create the folder first.
Title: [SOLVED] [Font Maker] Mac OS X 10.9.5
Post by: GregMeach on August 08, 2014, 11:17:20 AM
Got it - thanks!