Linker Error when building
alexbrashear opened this issue · 2 comments
alexbrashear commented
Hey!
I am receiving a vague linker error when building. I followed the steps as mentioned in the README:
- add
pod 'Iconic', :git => 'https://github.com/dzenbot/Iconic.git', :tag => '1.3'
to podfile - 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
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.
alexbrashear commented
Hey turns out it was an Xcode 9 issue on my end, sorry!