質問編集履歴

2

追記

2019/05/25 16:29

投稿

matt555
matt555

スコア11

test CHANGED
File without changes
test CHANGED
@@ -32,6 +32,34 @@
32
32
 
33
33
  ```
34
34
 
35
+ ```podfile
36
+
37
+ # Uncomment the next line to define a global platform for your project
38
+
39
+ # platform :ios, '9.0'
40
+
41
+
42
+
43
+ target 'carpool' do
44
+
45
+ # Comment the next line if you don't want to use dynamic frameworks
46
+
47
+ use_frameworks!
48
+
49
+
50
+
51
+ # Pods for carpool
52
+
53
+ pod 'Firebase/Core'
54
+
55
+ pod 'Firebase/Auth'
56
+
57
+ end
58
+
59
+
60
+
61
+ ```
62
+
35
63
 
36
64
 
37
65
  ### 試したこと

1

追記

2019/05/25 16:29

投稿

matt555
matt555

スコア11

test CHANGED
File without changes
test CHANGED
@@ -57,3 +57,5 @@
57
57
  firebase Auth 6.1.0
58
58
 
59
59
  cocoa pod のバージョンの見方がわからず教えていただけると幸いです。
60
+
61
+ 追記:![イメージ説明](f5f673239e9071778a901e574b92890a.png)