theobouwman / flutter_image_carousel

flutter image carousel
https://pub.dartlang.org/packages/image_carousel
Other
53 stars 21 forks source link

PathProviderPlugin.h iOS file not found #5

Closed rcpassos closed 6 years ago

rcpassos commented 6 years ago

Hi, after I add this package to my project I'm not able to run on iOS. The error is: .../ios/Runner/GeneratedPluginRegistrant.m:6:9: fatal error: 'path_provider/PathProviderPlugin.h' file not found

I'm running the app from Android Studio on Mac and using iOS Simulator.

Any chance to help? Thanks

rcpassos commented 6 years ago

I found a solution: Removing use_frameworks! from ios/Podfile. Then running a pod update