回答編集履歴
7
方法2の補足追記
test
CHANGED
@@ -18,4 +18,6 @@
|
|
18
18
|
|
19
19
|
`cd ios && pod install`を実行
|
20
20
|
|
21
|
+
今回は関連は薄いように思いますが、CocoaPodsで入るパッケージの参照が途切れて動かなくなっている場合に有効のようです。
|
22
|
+
|
21
23
|
参考: [https://github.com/X-Wei/flutter_catalog/issues/26#issuecomment-533885733](https://github.com/X-Wei/flutter_catalog/issues/26#issuecomment-533885733)
|
6
説明修正
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
`flutter create .` を実行
|
10
10
|
|
11
|
-
これにより設定ファイルへの参照が再設定されて動くことがあるようです。(なお、本来はプロジェクト
|
11
|
+
これにより設定ファイルへの参照が再設定されて動くことがあるようです。(なお、本来はプロジェクト作成用のコマンドだと思いますが、実行してもすでにあるプロジェクトの内容は消えませんでした)
|
12
12
|
|
13
13
|
参考: [https://github.com/flutter/flutter/issues/22886#issuecomment-447651116](https://github.com/flutter/flutter/issues/22886#issuecomment-447651116)
|
14
14
|
|
5
エラーログの箇所を追記
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
私もiOS向けに`flutter run`で実行しようとした時に下記のエラーが起こることがありますが、下記2つの方法どちらかでこのエラーは解決するようですので、お試しください。
|
1
|
+
私もiOS向けに`flutter run`で実行しようとした時に下記のエラー(`Xcode's output:`以下に出ます)が起こることがありますが、下記2つの方法どちらかでこのエラーは解決するようですので、お試しください。
|
2
2
|
|
3
3
|
`unable to open file (in target "Runner" in project "Runner") (in target 'Runner' from project 'Runner')`
|
4
4
|
|
4
全角文字を半角に変更
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
私もiOS向けに`flutter run`で実行しようとした時に下記のエラーが起こることがありますが、下記
|
1
|
+
私もiOS向けに`flutter run`で実行しようとした時に下記のエラーが起こることがありますが、下記2つの方法どちらかでこのエラーは解決するようですので、お試しください。
|
2
2
|
|
3
3
|
`unable to open file (in target "Runner" in project "Runner") (in target 'Runner' from project 'Runner')`
|
4
4
|
|
3
参考リンク修正
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
これにより設定ファイルへの参照が再設定されて動くことがあるようです。(なお、本来はプロジェクト初期化のコマンドだと思われますが、実行してもすでにあるプロジェクトの内容は消えませんでした)
|
12
12
|
|
13
|
-
参考: [https://github.com/flutter/flutter/issues/22886](https://github.com/flutter/flutter/issues/22886)
|
13
|
+
参考: [https://github.com/flutter/flutter/issues/22886#issuecomment-447651116](https://github.com/flutter/flutter/issues/22886#issuecomment-447651116)
|
14
14
|
|
15
15
|
|
16
16
|
|
@@ -18,4 +18,4 @@
|
|
18
18
|
|
19
19
|
`cd ios && pod install`を実行
|
20
20
|
|
21
|
-
参考: [https://github.com/
|
21
|
+
参考: [https://github.com/X-Wei/flutter_catalog/issues/26#issuecomment-533885733](https://github.com/X-Wei/flutter_catalog/issues/26#issuecomment-533885733)
|
2
書式の改善
test
CHANGED
@@ -4,18 +4,18 @@
|
|
4
4
|
|
5
5
|
|
6
6
|
|
7
|
-
|
7
|
+
# 方法1. flutter create . を行う
|
8
8
|
|
9
9
|
`flutter create .` を実行
|
10
10
|
|
11
11
|
これにより設定ファイルへの参照が再設定されて動くことがあるようです。(なお、本来はプロジェクト初期化のコマンドだと思われますが、実行してもすでにあるプロジェクトの内容は消えませんでした)
|
12
12
|
|
13
|
-
参考: https://github.com/flutter/flutter/issues/22886
|
13
|
+
参考: [https://github.com/flutter/flutter/issues/22886](https://github.com/flutter/flutter/issues/22886)
|
14
14
|
|
15
15
|
|
16
16
|
|
17
|
-
2. pod installを手動で行う
|
17
|
+
# 方法2. pod installを手動で行う
|
18
18
|
|
19
19
|
`cd ios && pod install`を実行
|
20
20
|
|
21
|
-
参考: https://github.com/
|
21
|
+
参考: [https://github.com/flutter/flutter/issues/22886#issuecomment-447651116](https://github.com/flutter/flutter/issues/22886#issuecomment-447651116)
|
1
説明修正
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
私も`flutter run`で下記のエラーが起こることがあ
|
1
|
+
私もiOS向けに`flutter run`で実行しようとした時に下記のエラーが起こることがありますが、下記2つの方法どちらかでこのエラーは解決するようですので、お試しください。
|
2
2
|
|
3
3
|
`unable to open file (in target "Runner" in project "Runner") (in target 'Runner' from project 'Runner')`
|
4
4
|
|
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
0. flutter create . を行う
|
8
8
|
|
9
|
-
`flutter create .`
|
9
|
+
`flutter create .` を実行
|
10
10
|
|
11
11
|
これにより設定ファイルへの参照が再設定されて動くことがあるようです。(なお、本来はプロジェクト初期化のコマンドだと思われますが、実行してもすでにあるプロジェクトの内容は消えませんでした)
|
12
12
|
|
@@ -16,6 +16,6 @@
|
|
16
16
|
|
17
17
|
2. pod installを手動で行う
|
18
18
|
|
19
|
-
`cd ios && pod install`
|
19
|
+
`cd ios && pod install`を実行
|
20
20
|
|
21
21
|
参考: https://github.com/X-Wei/flutter_catalog/issues/26#issuecomment-533885733
|