I'm trying to install SwiftyDropbox via cocoapods. After successful installation, I open .xcworkspace file, and see two errors:
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
and
clang importer creation failed
My podfile is:
platform :ios, '9.0'
use_frameworks!
target 'ProjectName' do
pod 'SwiftyDropbox'
end
I've tried to delete project folder in DerivedData with no luck.
The sample project from Dropbox's github repo works fine.
Cocoapods version: 1.0.1
Xcode version: 7.3.1