재미있는 도전!

처음에 모든 것은 어설프다.

Unity🚩/Error 정리🖲️🖱️ 5

Unity iOS framework addition failed due to a CocoaPods installation failure. This will will likely result in an non-functional Xcode project.

1)Cocoapods에 문제가 있는 경우 제거 후 다시 설치 -삭제 sudo gem uninstall cocoapods -설치(특정버전) sudo gem install cocoapods -v1.10.2 컴퓨터 재부팅 후 다시 시도 2)수동으로 pod install하기 Xcode 프로젝트 폴더를 우클릭 후 '폴더에서 새로운 터미널 열기' 터미널이 열리면 'pod install' 명령어 실행 3)Unity iOS Resolver Setting 바꾸기(비추천-근본적 해결이 아님) Assets -> External Dependency Manager -> iOS Resolver -> Setting Use Shell to Excute Cocoapod Tool 체크 해체