Bonjour,
J’ai un petit soucis avec CocoaPods :
Depuis que j’ai voulu rajouter le pod KeychainAccess j’ai des erreurs dans le projet Xcode.
Erreur dans cocoapods :
Analyzing dependencies
[!] Unable to satisfy the following requirements:
-
KeychainAccess (~> 3.1.0)
required byPodfile
None of your spec sources contain a spec satisfying the dependency: KeychainAccess (~> 3.1.0)
.
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.
erreur Xcode :
Je ne comprend pas… surtout que ça fonctionnait très bien avant d’essayer d’installer KeychainAccess…