1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Use xcframeworks in prebuilt add-to-app sample (#582)

This commit is contained in:
Jenn Magder
2020-11-05 13:49:15 -08:00
committed by GitHub
parent 0c011574d0
commit 1ed40c656d
5 changed files with 19 additions and 19 deletions

View File

@@ -31,7 +31,7 @@ echo "Pre-caching ios artifacts, such as the Flutter.framework"
echo "Fetching dependencies and building 'flutter_module'."
pushd add_to_app/flutter_module
"${LOCAL_SDK_PATH}/bin/flutter" packages get
"${LOCAL_SDK_PATH}/bin/flutter" build ios-framework --output="$(pwd)/../ios_using_prebuilt_module/Flutter"
"${LOCAL_SDK_PATH}/bin/flutter" build ios-framework --xcframework --output="$(pwd)/../ios_using_prebuilt_module/Flutter"
popd
echo "Fetching dependencies for 'flutter_module_using_plugin'."