cocoapod安装库
Posted hequnwang10
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cocoapod安装库相关的知识,希望对你有一定的参考价值。
使用这命令
sudo arch -x86_64 gem install ffi
pod init
arch -x86_64 pod install
# Uncomment the next line to define a global platform for your project
platform :ios, '13.6'
target 'HeartRate' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for HeartRate
pod 'Alamofire', '~> 5.4'
pod 'lottie-ios'
end
以上是关于cocoapod安装库的主要内容,如果未能解决你的问题,请参考以下文章