ios - MoarFonts broken in Xcode 5.1.1 -


for past 4 months, i've been using moarfonts, build phase run script allows use custom fonts in interface builder.

today, when trying build app, compiler thew bunch of errors this:

error: failed install brandon grotesque bold: file “brandon_bld.otf” couldn’t opened because there no such file.

not sure if these related, today, before building , failing, i:

  • upgraded xcode 5.1.1 5.1
  • opened copy of xcode 4.6 build , run older project of mine
  • back in xcode 5.1.1, ran following commands in terminal @ xcode's request:
    • sudo chmod a+w /applications/xcode.app/contents/developer/platforms/iphonesimulator.platform/developer/sdks/iphonesimulator7.1.sdk/system/library/.lilid
    • sudo chmod a+w /applications/xcode.app/contents/developer/platforms/iphonesimulator.platform/developer/sdks/iphonesimulator7.1.sdk/system/library/.lilid/.lilic

i've removed fonts copy bundle resources build phase, , else looks sane.

any ideas?

i had same problem. running /usr/local/bin/moarfonts reset in build phase once, restarting xcode again helped me. afterwards should remove build phase again.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -