1

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

1

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Browse other questions tagged or ask your own question.