layout archs

This commit is contained in:
niuhuan 2021-12-15 11:56:31 +08:00
parent 6415d5b8d7
commit bb24045709
3 changed files with 2 additions and 4 deletions

View File

@ -46,9 +46,6 @@ android {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig signingConfigs.debug
ndk {
abiFilters 'armeabi-v7a'
}
}
}
}

View File

@ -0,0 +1 @@
gomobile bind -target=ios -o lib/Mobile.xcframework ./

View File

@ -1 +1 @@
gomobile bind -target=ios -o lib/Mobile.xcframework ./
gomobile bind -target=ios/arm64 -o lib/Mobile.xcframework ./