質問編集履歴

3

出ていた警告文を追加した。

2020/03/17 00:23

投稿

moriman
moriman

スコア615

test CHANGED
File without changes
test CHANGED
@@ -257,3 +257,21 @@
257
257
  [https://qiita.com/masaki-shinkawa0303/items/6af8961a4df90104425e](https://qiita.com/masaki-shinkawa0303/items/6af8961a4df90104425e)
258
258
 
259
259
  上記ページの記載事項が原因だったようで、書いてある通りにしたら登録できました。
260
+
261
+
262
+
263
+ 2020/3/17 追記
264
+
265
+ Firebase SDK を追加で
266
+
267
+ pod install
268
+
269
+ を実行した時に、
270
+
271
+ ```ここに言語を入力
272
+
273
+ [!] 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`).
274
+
275
+ ```
276
+
277
+ という警告が出るのですが、これが関係ありますでしょうか?

2

進捗状況を追記した。

2020/03/17 00:23

投稿

moriman
moriman

スコア615

test CHANGED
File without changes
test CHANGED
@@ -247,3 +247,13 @@
247
247
  ```
248
248
 
249
249
  androidのエミュレータの方はリンクが示されているので、そちらを見るとしてとりあえずiphoneシミュレータについて、どうすれば良いでしょうか。
250
+
251
+
252
+
253
+ 2020/3/17 追記
254
+
255
+ androidの方は
256
+
257
+ [https://qiita.com/masaki-shinkawa0303/items/6af8961a4df90104425e](https://qiita.com/masaki-shinkawa0303/items/6af8961a4df90104425e)
258
+
259
+ 上記ページの記載事項が原因だったようで、書いてある通りにしたら登録できました。

1

2020/03/16 23:05

投稿

moriman
moriman

スコア615

test CHANGED
@@ -1 +1 @@
1
- Flutter Flutterアプリ開発にFirebaseを使う際の初期設定(アプリとFirebaseの連結)について
1
+ Flutter Flutterアプリ開発にFirebaseを使う際の初期設定(アプリとFirebaseの登録)について
test CHANGED
File without changes