質問編集履歴

1

pod installの結果の表示

2019/04/26 02:35

投稿

yuzujoe
yuzujoe

スコア49

test CHANGED
File without changes
test CHANGED
@@ -133,3 +133,55 @@
133
133
 
134
134
 
135
135
  あまりcordova周りを理解しておらず情報の質が低く申し訳ございませんがこちらの内容で投稿させて頂きますよろしくお願い致します
136
+
137
+
138
+
139
+
140
+
141
+ `追記`
142
+
143
+
144
+
145
+ pod intallをした際の結果はこちらです
146
+
147
+
148
+
149
+ ```
150
+
151
+ Analyzing dependencies
152
+
153
+ Downloading dependencies
154
+
155
+ Using Crashlytics (3.12.0)
156
+
157
+ Using Fabric (1.9.0)
158
+
159
+ Using Firebase (5.20.2)
160
+
161
+ Using FirebaseAnalytics (5.8.1)
162
+
163
+ Using FirebaseAnalyticsInterop (1.2.0)
164
+
165
+ Using FirebaseCore (5.4.1)
166
+
167
+ Using FirebaseInstanceID (3.8.1)
168
+
169
+ Using FirebaseMessaging (3.5.0)
170
+
171
+ Using GoogleAppMeasurement (5.8.1)
172
+
173
+ Using GoogleUtilities (5.8.0)
174
+
175
+ Using Protobuf (3.7.0)
176
+
177
+ Using nanopb (0.3.901)
178
+
179
+ Generating Pods project
180
+
181
+ Integrating client project
182
+
183
+ Sending stats
184
+
185
+ Pod installation complete! There are 4 dependencies from the Podfile and 12 total pods installed.
186
+
187
+ ```