-
-
Notifications
You must be signed in to change notification settings - Fork 87
Updating pod predownload to default for every pod update. #33
Comments
Hey there, thanks for trying it out. |
And that exactly what I've done, but the actual outcome was as I described before. Any suggestions? |
This was a real concern for my use case too, and I though I had it fixed. The thing is, to be able to assign a dynamic file path for the library to do all the Swift generation, I used Cocoapod's environment variable but that feature wasn't really meant to do this sorts of things. I wonder if there is a better way. |
For the time being my "solution" for this issue is to embed Iconic inside my project and removing it from the PodFile. I hope that this could be resolve soon so I could use the pod version. |
Definitely. Will keep this issue alive and see if I can fix it, since it could impact a lot of users. |
Yes, and I just stated another problem which is related to the usage of custom font in issue #34 |
There has been many improvements added in #55 which should have fixed this issue. Please re-open if the issue persists. |
Great, will do. |
Hey,
I know this library is in beta but I still want to use it.
It seems that every time I need to update my pod file I have to point out the location for my font file, which then takes some time until it regenerate the Icon class, more than that if I'm doing plain
pod update it installs Iconic with the default Icon class and removes mine..
Is there a better workflow for this?
The text was updated successfully, but these errors were encountered: