Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- StateObject
- iOS 개발 오류
- 애플 아카데미 후기
- Swift 문법
- swift문법
- 데이터베이스 공부
- 숭실대
- 제앱소
- react
- apple developer academy 후기
- sqoop
- 운영체제
- 앱 비교 프로젝트
- 네이버 부스트캠프
- global soop
- Swift 기능
- 소프트웨어분석및설계
- OS
- Apple Developer Academy @ POSTECH
- 데이터베이스
- 네이버 치지직
- 치지직
- 애플 디벨로퍼 아카데미 21주차 회고
- Swift 디자인패턴
- SWIFT
- 애플 디벨로퍼 아카데미 후기
- ObservedObject
- 애플 디벨로퍼 아카데미
- useReducer
- ObservableObject
Archives
- Today
- Total
사과하는 제라스
[!] CocoaPods could not find compatible versions for pod "Flipper-DoubleConversion": In snapshot (Podfile.lock): Flipper-DoubleConversion (= 3.2.0.1) In Podfile: Flipper-DoubleConversion (= 3.2.0.1)None of your spec sources contain a spec satisf.. 본문
React Native 공부
[!] CocoaPods could not find compatible versions for pod "Flipper-DoubleConversion": In snapshot (Podfile.lock): Flipper-DoubleConversion (= 3.2.0.1) In Podfile: Flipper-DoubleConversion (= 3.2.0.1)None of your spec sources contain a spec satisf..
Xerath(제라스) 2022. 7. 7. 09:59목차
728x90
반응형
에러
[!] CocoaPods could not find compatible versions for pod "Flipper-DoubleConversion":
In snapshot (Podfile.lock):
Flipper-DoubleConversion (= 3.2.0.1)
In Podfile:
Flipper-DoubleConversion (= 3.2.0.1)
None of your spec sources contain a spec satisfying the dependencies: `Flipper-DoubleConversion (= 3.2.0.1), Flipper-DoubleConversion (= 3.2.0.1)`.
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.
-> 해결 방법 : 그냥 나와 있는대로 pod repo update를 하고 그래도 안되길래 pod install --repo-update까지 하고나서 cd ios&&pod install 해주니까 굴러갔다.
728x90
반응형