質問編集履歴
3
出ていた警告文を追加した。
title
CHANGED
File without changes
|
body
CHANGED
@@ -127,4 +127,13 @@
|
|
127
127
|
2020/3/17 追記
|
128
128
|
androidの方は
|
129
129
|
[https://qiita.com/masaki-shinkawa0303/items/6af8961a4df90104425e](https://qiita.com/masaki-shinkawa0303/items/6af8961a4df90104425e)
|
130
|
-
上記ページの記載事項が原因だったようで、書いてある通りにしたら登録できました。
|
130
|
+
上記ページの記載事項が原因だったようで、書いてある通りにしたら登録できました。
|
131
|
+
|
132
|
+
2020/3/17 追記
|
133
|
+
Firebase SDK を追加で
|
134
|
+
pod install
|
135
|
+
を実行した時に、
|
136
|
+
```ここに言語を入力
|
137
|
+
[!] CocoaPods did not set the base configuration of your project because your project already has a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target `Runner` to `Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig` or include the `Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig` in your build configuration (`Flutter/Release.xcconfig`).
|
138
|
+
```
|
139
|
+
という警告が出るのですが、これが関係ありますでしょうか?
|
2
進捗状況を追記した。
title
CHANGED
File without changes
|
body
CHANGED
@@ -122,4 +122,9 @@
|
|
122
122
|
Finished with error: Gradle task assembleDebug failed with exit code 1
|
123
123
|
|
124
124
|
```
|
125
|
-
androidのエミュレータの方はリンクが示されているので、そちらを見るとしてとりあえずiphoneシミュレータについて、どうすれば良いでしょうか。
|
125
|
+
androidのエミュレータの方はリンクが示されているので、そちらを見るとしてとりあえずiphoneシミュレータについて、どうすれば良いでしょうか。
|
126
|
+
|
127
|
+
2020/3/17 追記
|
128
|
+
androidの方は
|
129
|
+
[https://qiita.com/masaki-shinkawa0303/items/6af8961a4df90104425e](https://qiita.com/masaki-shinkawa0303/items/6af8961a4df90104425e)
|
130
|
+
上記ページの記載事項が原因だったようで、書いてある通りにしたら登録できました。
|
1
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
Flutter Flutterアプリ開発にFirebaseを使う際の初期設定(アプリとFirebaseの
|
1
|
+
Flutter Flutterアプリ開発にFirebaseを使う際の初期設定(アプリとFirebaseの登録)について
|
body
CHANGED
File without changes
|