home-assistant / Iconic

:art: Auto-generated icon font library for iOS, watchOS and tvOS
Apache License 2.0
1.58k stars 86 forks source link

Linker Error when building #74

Closed alexbrashear closed 6 years ago

alexbrashear commented 6 years ago

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!

dzenbot commented 6 years ago

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

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

alexbrashear commented 6 years ago

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