我想将此集成到我的应用程序中
https://cocoapods.org/pods/SwipeCellKit
所以我添加这一行
pod 'SwipeCellKit'
到我的pod文件中,然后运行pod install
platform :ios, '9.0'
target 'ListHue' do
use_frameworks!
pod 'RealmSwift'
pod 'SwipeCellKit'
end
安装后,我收到了这些消息
Analyzing dependencies
Downloading dependencies
Using Realm (3.7.4)
Using RealmSwift (3.7.4)
Using SwipeCellKit (2.4.3)
Generating Pods project
Integrating client project
Sending stats
Pod installation complete! There are 2 dependencies from the Podfile and 3 total pods installed.
我不确定为什么当我尝试导入XCode时会对我大吼大叫。
我做错了什么?