Not able to install 0.1.2 via cocoapods #40

Open
opened 2025-12-29 18:28:32 +01:00 by adam · 1 comment
Owner

Originally created by @GreyEcologist on GitHub (Jun 14, 2016).

First thank you for putting this library out there, I love the simplicity and documentation. I see a couple of methods to reset counters not present in 0.1.1 but I'm unable to install 0.1.2 via cocoapods.

I get the error below when trying a pod install

[!] Unable to satisfy the following requirements:

- `Armchair (~> 0.1.2)` required by `Podfile`

None of your spec sources contain a spec satisfying the dependency: `Armchair (~> 0.1.2)`.

You have either:
 * out-of-date source repos which you can update with `pod repo update`.
 * mistyped the name or version.
 * not added the source repo that hosts the Podspec to your Podfile.

Note: as of CocoaPods 1.0, `pod repo update` does not happen on `pod install` by default.

Any chance there's an upcoming update for cocoapods?

Originally created by @GreyEcologist on GitHub (Jun 14, 2016). First thank you for putting this library out there, I love the simplicity and documentation. I see a couple of methods to reset counters not present in 0.1.1 but I'm unable to install 0.1.2 via cocoapods. I get the error below when trying a pod install ``` [!] Unable to satisfy the following requirements: - `Armchair (~> 0.1.2)` required by `Podfile` None of your spec sources contain a spec satisfying the dependency: `Armchair (~> 0.1.2)`. You have either: * out-of-date source repos which you can update with `pod repo update`. * mistyped the name or version. * not added the source repo that hosts the Podspec to your Podfile. Note: as of CocoaPods 1.0, `pod repo update` does not happen on `pod install` by default. ``` Any chance there's an upcoming update for cocoapods?
Author
Owner

@coneybeare commented on GitHub (Jun 14, 2016):

sure, but in the meantime you can install from master in the git repo

@coneybeare commented on GitHub (Jun 14, 2016): sure, but in the meantime you can install from master in the git repo
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Armchair#40