You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling the iOS wallet, I encountered the following some issues:
1、It reminds me that I have not specified the corresponding iOS version, and I need to uncomment the line "platform :ios, '11.0'" in ios/Podfile.
2、prompted that the podspec for image_gallery_saver_v3 cannot be found, and I need to modify the related dependencies to image_gallery_saver in order to compile correctly. No podspec found for image_gallery_saver_v3 in .symlinks/plugins/image_gallery_saver_v3/ios
3、What is the required Flutter version for the project? When I use version 3.10.0, it prompts me that the flutter_localizations version is not compatible.
The text was updated successfully, but these errors were encountered:
When compiling the iOS wallet, I encountered the following some issues:
1、It reminds me that I have not specified the corresponding iOS version, and I need to uncomment the line "
platform :ios, '11.0'
" in ios/Podfile.2、prompted that the podspec for image_gallery_saver_v3 cannot be found, and I need to modify the related dependencies to image_gallery_saver in order to compile correctly.
No podspec found for image_gallery_saver_v3 in .symlinks/plugins/image_gallery_saver_v3/ios
3、What is the required Flutter version for the project? When I use version 3.10.0, it prompts me that the flutter_localizations version is not compatible.
The text was updated successfully, but these errors were encountered: