Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some issues regarding iOS platform compilation #36

Open
MyronX opened this issue May 15, 2023 · 3 comments
Open

Some issues regarding iOS platform compilation #36

MyronX opened this issue May 15, 2023 · 3 comments

Comments

@MyronX
Copy link

MyronX commented May 15, 2023

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.
image

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.

@FSOL-XDAG
Copy link
Contributor

👀

@MyronX
Copy link
Author

MyronX commented May 15, 2023

👀

sorry,accidentally sent blank content, have already added it.

@MyronX MyronX closed this as completed May 15, 2023
@MyronX MyronX reopened this May 15, 2023
@amazingCoding
Copy link
Collaborator

I am very sorry to be so late in replying to your question.

  1. This is just a warning and does not need to be set (it will automatically be set to ios 12.0)
  2. image_gallery_saver_v3 is no longer available as a third party library, I have removed it in the latest version.
  3. I've updated to support flutter 3.10.0 on the latest version, please pull the latest code

If you have problems after updating the code, please follow these steps to try to resolve them:

  1. run flutter clean
  2. run flutter pub get

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants