반응형
에러 내용
[!] CocoaPods could not find compatible versions for pod "FlipperKit/FlipperKitLayoutTextSearchable":
In Podfile:
FlipperKit/FlipperKitLayoutTextSearchable (= 0.125.0)
None of your spec sources contain a spec satisfying the dependency: `FlipperKit/FlipperKitLayoutTextSearchable (= 0.125.0)`.
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.
Looking for related issues on cocoapods/cocoapods...
- Error on M1 Mac
https://github.com/CocoaPods/CocoaPods/issues/10287 [closed] [13 comments]
6 weeks ago
arm 기반의 아키텍처를 사용하는 m1 맥북에서 새로 생긴 오류인 듯하다.
pod install, pod repo update, pod install --repo-update
명렁어 전부 똑같은 오류가 발생하는 상황.
해결책
arch -x86_64 pod install --repo-update
위 명령어를 사용하면 초록색의 행진과 함께 깔끔하게 실행된다.
참고 페이지
반응형
'기타 오류' 카테고리의 다른 글
파이썬 'cp949' codec can't decode byte 0xeb in position 0: illegal multibyte sequence 오류 (0) | 2020.01.23 |
---|