I'm getting the following error while doing pod install.
[!] The name of the given podspec 'file_picker' doesn't match the expected one 'gx_file_picker'
I have tried changing the name of the file in 'pubspec.yaml' from gx_file_picker to file_picker but that doesn't seem to work. Further research has not been productive either.
Any idea how to solve this?
I been facing the same problem, what I found is that gx_file_picker/ios/gx_filepicker.podspec:
must be changed to:
And woudn't do any harm to do this after the change:
Now everything works in my project.