cd 到 podfile 文件夹下执行:
$ pod install
命令返回:
-bash: pod: command not found
不能安装第三方
我想更新pod
sudo gem update --system
但是没有权限
Operation not permitted - /usr/bin/update_rubygems
OSX 10.11 路径问题,解决中
已解决(Podfile格式,pod官网https://cocoapods.org/)
platform :ios, '8.0'
def pods
pod 'AFNetworking', '~> 2.6'
pod 'ORStackView', '~> 3.0'
pod 'SwiftyJSON', '~> 2.3'
end
target 'MyApp' do
pods
end
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
学习是最好的投资!