How to Add Google Ads Plugins 1/ cocoapods 설정 2/ pod 프로젝트 생성 3/ Podfile 오픈 4/ Pod Update 5/ xcworkspace Open ERROR How to Add Google Ads Plugins 개인적으로 자주 까먹는 부분이라 기록성으로 남겨둡니다. 부디 이 글을 보시는 분들에게도 도움이 되길 바랍니다. 1/ cocoapods 설정 $> sudo gem install cocoapods cocoapods 설치 2/ pod 프로젝트 생성 $> cd {myWorkspace} $> pod install 3/ Podfile 오픈 $> open -a xcode Podfile 4/ Pod Update $> pod install --repo-update ..