marmelroy / FileBrowser

Finder-style iOS file browser written in Swift
MIT License
1.51k stars 221 forks source link

Could not build Objective-C module 'FileBrowser' #57

Closed Emperor-Koala closed 5 years ago

Emperor-Koala commented 5 years ago

So I just installed using CocoaPods, and I can see in Xcode that it installed to my project successfully. My problem now is that when I try to import into a swift file, Xcode gives me the error Could not build Objective-C module 'FileBrowser'.

The only thing I have tried to do with it so far is import it, but I can't even do that. Any ideas?