본문 바로가기
Unity

[Unity] iOS platform - Cocoapad error

by dev후추 2022. 6. 13.

Cocoapod오류

Failed to install CocaPods for the current user.

 

Window에서 Android용 App 개발을 하고 iOS용 변환작업하기 위해 Mac으로 가져왔더니 Cocoapod 오류가 떴다.

iOS Resolver를 보면 4.2.6을 설치하라는 것 같은데...

기존앱에서 콘텐츠 내용만 업그레이드 했는데, 전에는 뜨지 않았던 오류가 뜬 것이다.

 

구글검색을 빌어 위의 오류에 대한 갖가지 대처들이 있었는데, 내가 해결했던 방법은 아래와 같다.

 

작업한 Unity 버전 : 2020.3.24f1(LTS)


[ 해결방법 ]

유니티_세팅
Asset
- External Dependency Manager
- iOS Resolver
- Settings
UseShelltoExecuteCocoapodTool해제
AutoInstallCocoapodToolsinEditor해제
위의 두 항목을 해제한다.
- Use Shell to Execute Cocoapod Tool : 해제
- Auto Install Cocoapod Tools in Editor : 해제

이렇게 하니 오류가 뜨지않고 iOS build가 진행되었다.

 


 

[ 참고한 곳 ]

- #15번

https://forum.unity.com/threads/failed-to-install-cocoapods.489700/#post-7809999

 

Failed to install Cocoapods

Hello, I'm using Unity 5.2.4f and I have installed ruby 1.9.3 on my old Mac with Lion OS X 10.7.5 system on it. When I open Unity project there is an...

forum.unity.com

유니티포럼_토론

 

이 이후로도 최근에 App업데이트를 진행한 적이 있었는데,

터미널 작업없이 위의 설정해제 만으로도 문제가 해결되었다.