質問編集履歴
2
コマンド修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
```
|
12
12
|
|
13
|
-
flutter build ipa
|
13
|
+
flutter build ipa flutter_app
|
14
14
|
|
15
15
|
```
|
16
16
|
|
@@ -26,7 +26,7 @@
|
|
26
26
|
|
27
27
|
```
|
28
28
|
|
29
|
-
flutter build a
|
29
|
+
flutter build aab -t main_prd.dart
|
30
30
|
|
31
31
|
```
|
32
32
|
|
1
apk ipa修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -6,11 +6,11 @@
|
|
6
6
|
|
7
7
|
flutter_appというアプリを開発していたとして、
|
8
8
|
|
9
|
-
iOS用の
|
9
|
+
iOS用のipaを作りたいとします。
|
10
10
|
|
11
11
|
```
|
12
12
|
|
13
|
-
flutter build a
|
13
|
+
flutter build ipa iOS flutter_app
|
14
14
|
|
15
15
|
```
|
16
16
|
|
@@ -26,7 +26,7 @@
|
|
26
26
|
|
27
27
|
```
|
28
28
|
|
29
|
-
flutter build apk i
|
29
|
+
flutter build apk Android main_prd.dart
|
30
30
|
|
31
31
|
```
|
32
32
|
|