Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS 11 newly introduced FileProvider framework conflict #53

Open
amosavian opened this issue Jul 1, 2017 · 3 comments
Open

iOS 11 newly introduced FileProvider framework conflict #53

amosavian opened this issue Jul 1, 2017 · 3 comments
Labels

Comments

@amosavian
Copy link
Owner

amosavian commented Jul 1, 2017

In iOS 11 / Xcode 9.0, Apple introduced a new framework with previously existing classes as FileProvider which may cause name conflict.

To address this issue, since version 0.18.0 onward, the framework name has been changed to FilesProvider, which has an extra s to File. You must change all import statements accordingly.

  • Important: You must clear derived data before run, by holding option key and click Product -> Clean Build Folders...

  • Update project name in podfile if you're using Cocoapods

@HotSauce123
Copy link

I'm getting this error when trying to install the pod with the new name "[!] Unable to find a specification for FilesProvider" but the old name still works?

@amosavian
Copy link
Owner Author

@HotSauce123 you should remove FileProvider from your pods and install the new library pod install FilesProvider

@scricciolo
Copy link

Sorry but I have same problem : "[!] Unable to find a specification for FilesProvider"
No link seems to work.
Could you please provide a working example?
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants