安装后SwiftyDropbox错误

时间:2016-06-16 11:18:52

标签: ios xcode swift cocoapods

我正在尝试通过cocoapods安装SwiftyDropbox。安装成功后,我打开.xcworkspace文件,看到两个错误:

invalid virtual filesystem overlay file 
'/Users/Username/Library/Developer/Xcode/DerivedData/DropTest-gzupfdtcnnwgfoghucwjowoivskc/Build/Intermediates/Pods.build/Debug-iphonesimulator/SwiftyDropbox.build/unextended-module-overlay.yaml

clang importer creation failed

我的podfile是:

platform :ios, '9.0'
use_frameworks!

target 'ProjectName' do
  pod 'SwiftyDropbox'
end

我试图在DerivedData中删除项目文件夹但没有运气。

来自Dropbox的github repo的示例项目运行正常。

Cocoapods版本:1.0.1

Xcode版本:7.3.1

0 个答案:

没有答案