ffigen not tested on iOS yet

This commit is contained in:
rustdesk
2022-05-20 15:30:54 +08:00
parent 03e3795800
commit d2a2890e03
3 changed files with 17 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ cd rustdesk
# For simulator: VCPKG_ROOT=$HOME/vcpkg ./flutter/ios_x64.sh
VCPKG_ROOT=$HOME/vcpkg ./flutter/ios_arm64.sh
cd flutter
dart pub global activate ffigen
# Good Luck!
# For simulator: sed 's/aarch64/x86_64/g' ios/Runner.xcodeproj/project.pbxproj
# Forget if need: cd ios; pod install; cd -;