일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- goormtest
- java
- 코딩
- 아이폰
- 네이버
- 맥용
- 코딩테스트
- naver
- 아이폰 비율
- ios
- android
- error
- code
- 알고리즘
- 아이폰 해상도
- codility
- 네이버구름
- 헬스
- objective-c
- 네이버알고리즘
- 구름TEST
- 구름알고리즘
- Swift
- iPhone
- algorism
- 맥북
- Cordova
- 안드로이드
- Object-c
- codemonkey
Archives
- Today
- Total
그래오늘은이거야
swift CocoaPods could not find ~ lottie-ios or pod insatll 본문
세상 개발/IOS(Swift)
swift CocoaPods could not find ~ lottie-ios or pod insatll
jinhongstar 2022. 11. 9. 17:07728x90
반응형
@Mac-Studio % pod install
Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod "lottie-ios":
In Podfile:
lottie-ios (~> 3.5)
Specs satisfying the `lottie-ios (~> 3.5)` dependency were found, but they required a higher minimum deployment target.
change your platform version
platform :ios, '9.0' (X)
platform :ios, '10.0' (X)
platform :ios, '11.0' (O)
version 을 업데이트 하면 해당 버전을 업그레이드 할 수 있습니다.
Cocoapods 에서 검색되면서 패치 버전이 있다면 이부분을 확인하세요
반응형