質問編集履歴

1

エラーメッセージの追加

2018/11/03 16:05

投稿

kimkim
kimkim

スコア142

test CHANGED
File without changes
test CHANGED
@@ -100,11 +100,49 @@
100
100
 
101
101
  しかし、実機(iOS,Android)でビルドするとなぜだか何も表示されません。
102
102
 
103
- どのような理由が考えられるかわからないので、教えていただけると幸いです。
103
+
104
+
105
+ ### エラーメッセージ
106
+
107
+ エラーメッセージはないのですが、
108
+
109
+ ログの中で気になったところを以下に書きます。
110
+
111
+ ```
112
+
113
+ //1
114
+
115
+ 2018-11-04 00:28:33.931490+0900 BoundBasket[15610:331408] ERROR: Unable to configure Firebase services: Google Analytics for Firebase version (50200000) does not match with Google App Measurement (50300000) version. Please update.
116
+
117
+ Unable to configure Firebase services: Google Analytics for Firebase version (50200000) does not match with Google App Measurement (50300000) version. Please update.
104
118
 
105
119
 
106
120
 
107
- よろしくお願いいたします。
121
+ //2
122
+
123
+ InitializationException: Firebase app creation failed.
124
+
125
+ at Firebase.FirebaseApp.CreateAndTrack (Firebase.CreateDelegate createDelegate, Firebase.FirebaseApp existingProxy) [0x00000] in <filename unknown>:0
126
+
127
+ at FirebaseManager.Start () [0x00000] in <filename unknown>:0
128
+
129
+
130
+
131
+ //3
132
+
133
+ 2018-11-04 00:28:33.935251+0900 BoundBasket[15610:331408] [ADG][InADGGeolocationProvider startRecurringLocationUpdates][DEBUG] Location update is disabled.
134
+
135
+ 2018-11-04 00:28:33.948722+0900 BoundBasket[15610:331408] [ADG][InADGGeolocationProvider startRecurringLocationUpdates][DEBUG] Location update is disabled.
136
+
137
+ 2018-11-04 00:28:34.571395+0900 BoundBasket[15610:331443] [Client] Remote object proxy returned error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated.}
138
+
139
+ 2018-11-04 00:28:34.571396+0900 BoundBasket[15610:331408] [Client] Synchronous remote object proxy returned error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated.}
140
+
141
+ 2018-11-04 00:28:34.571615+0900 BoundBasket[15610:331408] [NetworkInfo] Descriptors query returned error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated." UserInfo={NSDebugDescription=The connection to service named com.app2018-11-04 00:28:34.571616+0900 BoundBasket[15610:331443] [Client] Remote object proxy returned error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated.}
142
+
143
+ ```
144
+
145
+
108
146
 
109
147
 
110
148