fix build error with latest xcode

This commit is contained in:
rustdesk
2024-12-09 18:49:02 +08:00
parent a02d2bb4ac
commit 63e22b7685
6 changed files with 10 additions and 5 deletions

View File

@@ -2,4 +2,6 @@
# https://docs.flutter.dev/deployment/ios
# flutter build ipa --release --obfuscate --split-debug-info=./split-debug-info
# no obfuscate, because no easy to check errors
cd $(dirname $(dirname $(which flutter)))
git apply ~/rustdesk/.github/patches/flutter_3.24.4_dropdown_menu_enableFilter.diff
flutter build ipa --release