home-assistant/Iconic

Linker Error when building

alexbrashear opened this issue · 2 comments

Hey!

I am receiving a vague linker error when building. I followed the steps as mentioned in the README:

  1. add pod 'Iconic', :git => 'https://github.com/dzenbot/Iconic.git', :tag => '1.3' to podfile
  2. pod install (I only need font awesome for now)

Any suggestions for why this might be happening? I've done the whole clean, delete derived data etc etc. I also deleted and re-installed. I also installed the font on my computer (not sure if that is necessary).

Thanks!

To be able to help you, I will need more information about your development environment:

  • Xcode, Swift, Cocoapods, version
  • Can you repro on the sample project?
  • Post your build logs

No need to install the font on your computer, since the font is lazily installed and needed on the iOS application's runtime.

Hey turns out it was an Xcode 9 issue on my end, sorry!