[ERROR] pod install 시 Unable to satisfy the following requirements
2016. 8. 1. 13:03ㆍProgramming/Swift
반응형
$ pod install
Analyzing dependencies
[!] Unable to satisfy the following requirements:
- `SQLite.swift (~> 0.10.1)` required by `Podfile`
None of your spec sources contain a spec satisfying the dependency: `SQLite.swift (~> 0.10.1)`.
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.
$ pod repo update
Updating spec repo `master`
Performing a deep fetch of the `master` specs repo to improve future performance
.
.
.
$ pod install
반응형
'Programming > Swift' 카테고리의 다른 글
다른 class에서 struct값 가져올때.. (0) | 2016.08.04 |
---|---|
특정 문자에 대한 분할(componentsSeparatedByString) (0) | 2016.08.03 |
Struct (0) | 2016.07.20 |
How to kill your app when it enters background mode (0) | 2016.07.15 |
navigation bar 배경색상 조절 (0) | 2016.07.06 |