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

Cannot install via CocoaPods #49

Closed wspl closed 7 years ago

wspl commented 7 years ago
$ FONT_PATH='/Users/Plutonist/Downloads/130406-thin-line-ui/font/Flaticon.ttf' pod install
Analyzing dependencies
Downloading dependencies
Using Alamofire (3.4.2)
Generating Pods project
Integrating client project
Sending stats
Pod installation complete! There are 14 dependencies from the Podfile and 14
total pods installed.
$ FONT_PATH='/Users/Plutonist/Downloads/130406-thin-line-ui/font/Flaticon.ttf' pod update Iconic
[!] The `Iconic` Pod is not installed and cannot be updated

The error output: [!] The 'Iconic' Pod is not installed and cannot be updated


So I add pod 'Iconic', '~> 1.0.0-beta3' to Podfile.

But the install progress is stuck at Installing Iconic (1.0.0-beta3) line and no longer continue.

dzenbot commented 7 years ago

What version of Xcode are you using? @wspl

Mind doing FONT_PATH='/Users/Plutonist/Downloads/130406-thin-line-ui/font/Flaticon.ttf' pod install --verbose and paste the logs?

wspl commented 7 years ago

@dzenbot Version is 7.3.1, Now it is installed successful, the stuck happened yesterday may be caused by network.