I'm trying to install SwiftyDropbox via cocoapods. After successful installation, I open .xcworkspace file, and see two errors:
<SPAN class="pln">invalid </SPAN><SPAN class="kwd">virtual</SPAN><SPAN class="pln"> filesystem overlay file
</SPAN><SPAN class="str">'/Users/Username/Library/Developer/Xcode/DerivedData/DropTest-gzupfdtcnnwgfoghucwjowoivskc/Build/Intermediates/Pods.build/Debug-iphonesimulator/SwiftyDropbox.build/unextended-module-overlay.yaml</SPAN>
and
<SPAN class="pln">clang importer creation failed</SPAN>
My podfile is:
<SPAN class="pln">platform </SPAN><SPAN class="pun">:</SPAN><SPAN class="pln">ios</SPAN><SPAN class="pun">,</SPAN> <SPAN class="str">'9.0'</SPAN><SPAN class="pln">
use_frameworks</SPAN><SPAN class="pun">!</SPAN><SPAN class="pln">
target </SPAN><SPAN class="str">'ProjectName'</SPAN> <SPAN class="kwd">do</SPAN><SPAN class="pln">
pod </SPAN><SPAN class="str">'SwiftyDropbox'</SPAN>
<SPAN class="kwd">end</SPAN>
I've tried to delete project folder in DerivedData with no luck.
The sample project (PhotoWatch) from Dropbox's github repo works fine.
Cocoapods version: 1.0.1
Xcode version: 7.3.1