CarnegieTechnologies / gallery_saver

Flutter plugin that saves images and videos to devices gallery
Apache License 2.0
157 stars 316 forks source link

'gallery_saver-Swift.h' file not found #200

Open SheepYang1993 opened 1 year ago

SheepYang1993 commented 1 year ago

Lexical or Preprocessor Issue (Xcode): 'gallery_saver-Swift.h' file not found /Users/mask/.pub-cache/hosted/pub.flutter-io.cn/gallery_saver_plus-3.0.1/ios/Classes/GallerySaverPlugin.m:5:8

k3v1n-uncle commented 1 year ago

+1

pravindodia commented 10 months ago

+1

denisfedd commented 7 months ago

Change import into #import "gallery_saver_plus/gallery_saver_plus-Swift.h"

Sakari369 commented 7 months ago

Change import into #import "gallery_saver_plus/gallery_saver_plus-Swift.h"

Thank you for this!

Asif-shah786 commented 7 months ago

Change import into #import "gallery_saver_plus/gallery_saver_plus-Swift.h"

Thanks Man, You saved my hours

bigjjjim commented 6 months ago

This path does not exist on my version. I am still facing 'gallery_saver-Swift.h' file not found

IraDolynska commented 5 months ago

I am facing the same problem

Lexical or Preprocessor Issue (Xcode): 'gallery_saver-Swift.h' file not found
/Users/iryna/.pub-cache/hosted/pub.dev/gallery_saver_plus-3.0.1/ios/Classes/GallerySaverPlugin.m:5:8

the change import solution didn’t help, so is there any other way to solve it ?

PitiDev commented 4 months ago

Thanks you