1. Build To Unity
2. Go to Terminal & Your Project
$ cd /user/Desktop/YourProject_ROOT
3. pod init
$pod init
if you not installed Cocoapods
Download Linked & how to Install Cocoa pods ?
4. Edit Podfile
$vi Podfile
/YOUR_PROJECT_ROOT/Podfile
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
target 'YOUR_TARGET' do
use_frameworks!
inherit! :search_paths
pod 'FirebaseAnalytics'
end
$open YOUR_PROJECT.xcworkspace
5. Sigining
6. Goto Build Settings Menu
BuildSettings
- Build Active Architecture Only : No
- Enable Bitcode : No
- Linking -> Other Linker Flag Add : -ObjC
Done. !
[FCM] How to use Unity FCM Notification Diabled Code Block/Xcode 11 - ios (0) | 2019.11.10 |
---|---|
[xcode 11] cocoapods import Admob & Firebase Analytics (0) | 2019.11.05 |
[Xcode 11 ]Do not display simulator list , Generic IOS Device (0) | 2019.11.04 |
How to use UI text Typing Effect In Unity ? / 유니티 텍스트 타이핑 효과 (0) | 2019.10.24 |
How to Get Mobile Device Language in Unity (0) | 2019.10.24 |
Unity Editor Frame 속도가 너무 빠를경우 (0) | 2019.10.17 |