我使用CocoaPods在podfile下添加pod 'AVOSCloud'后再引入
platform :ios, '8.0'
use_frameworks!
target 'FigureLanguage' do
pod 'SwiftyJSON', '~> 2.2.1'
end
和
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
pod 'Alamofire', '~> 1.3'
就会提示Use of unresolved identifier 'AVOSCloud'
-
创建时间
15年8月24日
-
最后回复
18年3月14日
- 11
回复
- 2.6K
浏览
- 8
用户
- 2
赞
- 1
链接