코딩볶음
[Error] Unity CocoaPods could not find compatible versions for pod "GoogleAppMeasurement" 본문
유니티
[Error] Unity CocoaPods could not find compatible versions for pod "GoogleAppMeasurement"
쿡스 2022. 1. 19. 11:50IOS AdMob 관련 에러.
발생 이유
cocoapod가 설치에 실패했다는 에러인데 빌드는 또 성공적으로 된다.
cocoapod 설치를 위해 터미널에서 빌드 경로로 들어간뒤 pod install을 해주면
- Google-Mobile-Ads-SDK
- GoogleAppMeasurement
버전 문제가 생긴다.
해결 방법
Podfile의 Google 버전 문구를 제거해준다. 그리고 터미널에서 경로로 들어간 뒤에 pod install을 해주면 인스톨이 성공 하며 xcworkspace 파일도 생성된다.
내 시간 돌려도
'유니티' 카테고리의 다른 글
[Error] Unity IOS 15 & Firebase 충돌 (blackscreen) (0) | 2022.02.08 |
---|---|
03. 유니티 에셋 구하기 [모델링 & UI & 도트] (0) | 2022.01.31 |
[Error] Unity No GoogleService-info.plist files found in your project (0) | 2022.01.18 |
[Error] Unity WARNING: The option setting 'android.enableR8=false' is deprecated (2) | 2022.01.14 |
[Error] Unity unexpected element <queries> found in <manifest> (0) | 2022.01.14 |