Closed novas1r1 closed 2 years ago
I'm having the same problem. Any idea how to fix this? Thanks
Just in case. I resolved it by removing ios folder and creating it again with flutter create --project-name=app_name .
在Xcode中打开ios/Runner.xcodeproj 在左侧的项目浏览器中,右键单击您的应用程序名称,然后单击新建文件… 为项目创建一个空的Swift文件(添加时请确保选择了“您的应用名称”目标) 当Xcode询问时,按Create Bridging Header,然后不要删除Swift文件。
找到ImageGallerySaverPlugin.m将ImageGallerySaverPlugin.m中的
替换成
Hi, I'm trying to build my app for iOS with flutter build iOS. Thats what I get in return:
flutter: 1.22.4 image_gallery_saver: 1.6.7