본문 바로가기
Works/Unity 3D

[Unity] MAC 에서 Cocoapods 사용

by Vader87 2020. 9. 25.
반응형

Admob 튜토리얼을 보면 iOS에 배포하기 위한 요건에 CocoaPods 가 있다.

developers.google.com/admob/unity/quick-start?hl=en

 

Get Started  |  Unity  |  Google Developers

This guide is intended for publishers who want to monetize a Unity app. Integrating the Google Mobile Ads Unity plugin into an app, which you will do here, is the first step toward displaying AdMob ads and earning revenue. Once the integration is complete,

developers.google.com

1. Cocoapods 란?

  • 라이브러리 관리 시스템

cocoapods.org/

 

CocoaPods.org

CocoaPods is built with Ruby and is installable with the default Ruby available on macOS. We recommend you use the default ruby. Using the default Ruby install can require you to use sudo when installing gems. Further installation instructions are in the g

cocoapods.org

2. Homebrew 설치

  • 패키지 관리 시스템
  • Admob 패키지의 Cocoapods 자동 설치 기능을 사용하기 위해 필요 (없어도 설치는 할 수 있다)

brew.sh/

 

Homebrew

The Missing Package Manager for macOS (or Linux).

brew.sh

  • Terminal 에 다음 명령어를 입력
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

 

Unity 를 빌드하고 나온 Xcode 관련 파일 중 .xworkspace 를 사용해 프로젝트를 열면 본인 프로젝트와, Pods 두가지 확인이 가능하다.

 

반응형

'Works > Unity 3D' 카테고리의 다른 글

[Unity] Toon Shader  (0) 2020.09.26
[Unity] PostProcessing  (0) 2020.09.25
[Unity] Firebase Crashlytics  (0) 2020.09.22
[Unity] PlayableGraph Visualizer  (0) 2020.09.22
[Unity] Playables API  (0) 2020.09.22

댓글