XDagger / XDAG-Pro

XDAG-Pro is a cross-platform wallet project for XDAG.
MIT License
8 stars 7 forks source link

Some issues regarding iOS platform compilation #36

Open MyronX opened 1 year ago

MyronX commented 1 year ago

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 commented 1 year ago

👀

MyronX commented 1 year ago

👀

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

amazingCoding commented 1 year ago

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