반응형
pod install을 하는데 CDN 이슈가 발생했다.
해당 프로젝트 터미널에서
pod repo remove trunk
를 한후
해당 pod file에서
source 'https://github.com/CocoaPods/Specs.git'
# source 'https://cdn.cocoapods.org/'
넣어준다.
마지막으로 pod install과 pod repo update를 하면 해결된다 ㅠ
pod install을 할 때 20분 정도 넘게 걸려서 찾아보니 다들 비슷한 문제를 겪는다고 기다리라고 한다!
밑에 있는 블로그를 참고하였으니 따라가면 해결할 수 있을 것이다!
https://lifesaver.codes/answer/intermittent-cdn-issues-10078
반응형
'swift 에러' 카테고리의 다른 글
xcode 에러 Could not insert new outlet connection (0) | 2022.08.31 |
---|---|
swift 에러) this class is not key value coding-compliant for the key (0) | 2022.08.02 |
Failed to prepare device for development 해결방법 (0) | 2022.05.12 |
swift 에러) unrecognized selector sent to instance 0x123f0b090 (0) | 2022.02.13 |
swift 에러모음) Command CompileSwiftSource failed with a nonzero exit code 이란? (0) | 2022.02.10 |