PrideChung / FontAwesomeKit

Icon font library for iOS. Currently supports Font-Awesome, Foundation icons, Zocial, and ionicons.
MIT License
2.81k stars 308 forks source link

iconWithIdentifier can't be found. #89

Open krisshi opened 8 years ago

krisshi commented 8 years ago

pod v2.2.0 but the project can't get "iconWithIdentifier"

fabionapodano commented 8 years ago

I believe the pod is not updated, which is a pity

fabionapodano commented 8 years ago

this solved my problem:

replaced the podfile line like this:

pod "FontAwesomeKit", :git => 'https://github.com/PrideChung/FontAwesomeKit.git'