Open slum44 opened 8 years ago
I know this issue is quite old but I've run into the same thing
[!] CocoaPods could not find compatible versions for pod "FSOAuth":
In Podfile:
FSOAuth (~> 1.3)
None of your spec sources contain a spec satisfying the dependency: `FSOAuth (~> 1.3)`.
You have either:
* out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
* mistyped the name or version.
* not added the source repo that hosts the Podspec to your Podfile.
1.2.1 is the latest one that seems to install for me:
Analyzing dependencies
Downloading dependencies
Installing FSOAuth (1.2.1)
Generating Pods project
Integrating client project
[!] Please close any current Xcode sessions and use `CheckinViewar.xcworkspace` for this project from now on.
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.
Hi,
I looked at the podspec in the code and it says version = 1.3
I tried a pod install and it said that 1.3 was not avail. [!] Unable to satisfy the following requirements:
FSOAuth (= 1.3)
required byPodfile
I double checked the cocoapods website, it says the version is 1.2.1 https://cocoapods.org/pods/FSOAuth
Is 1.3 ready / avail? If so would it be possible for you to update?