【发布时间】:2016-03-05 19:16:00
【问题描述】:
使用 Xcode 7.2.1。
我正在按照本教程让 Pod 在 Playground 中工作。我已将操场添加到工作区中,并且 podfile 正在链接到操场。
但导入仍然不起作用 - “没有这样的模块”
https://littlebitesofcocoa.com/138-using-cocoapods-in-xcode-playgrounds
//导入不起作用
// Podfile
target 'spaceships' do
end
platform :ios, '9.0'
use_frameworks!
link_with 'spaceships', 'imports', 'test'
【问题讨论】:
标签: xcode cocoapods swift-playground