質問編集履歴
4
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -171,3 +171,13 @@
|
|
171
171
|
Received XPC error Connection interrupted for message type 3 kCFNetworkAgentXPCMessageTypePACQuery
|
172
172
|
|
173
173
|
```
|
174
|
+
|
175
|
+
|
176
|
+
|
177
|
+
|
178
|
+
|
179
|
+
---追記2---
|
180
|
+
|
181
|
+
[Apple developer](https://developer.apple.com/forums/thread/651533)で同様の質問がされており,解決されていない問題のようです.
|
182
|
+
|
183
|
+
私は14.3のエミュレータで問題が生じており,実機の14.1では正常です.
|
3
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -157,3 +157,17 @@
|
|
157
157
|
|
158
158
|
|
159
159
|
ご教示願います.
|
160
|
+
|
161
|
+
|
162
|
+
|
163
|
+
---追記---
|
164
|
+
|
165
|
+
おそらく以下のエラーが原因かと思われます.
|
166
|
+
|
167
|
+
また,stack overflowにも[同じ](https://stackoverflow.com/questions/65240217/why-is-apple-sign-in-with-firebaseui-not-working/65257899)質問がされていました.
|
168
|
+
|
169
|
+
```ここに言語を入力
|
170
|
+
|
171
|
+
Received XPC error Connection interrupted for message type 3 kCFNetworkAgentXPCMessageTypePACQuery
|
172
|
+
|
173
|
+
```
|
2
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
[公式](https://
|
1
|
+
[公式](https://github.com/firebase/FirebaseUI-iOS/blob/master/Auth/README.md)の記事を参考に,FIrebaseUIを用いてappleでのログイン認証をしたいのですが,以下のような画面のままローディング中になってすすみません.
|
2
2
|
|
3
3
|
![イメージ説明](8b597b02dc12acf4756e20acec468003.png)
|
4
4
|
|
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -153,3 +153,7 @@
|
|
153
153
|
|
154
154
|
|
155
155
|
```
|
156
|
+
|
157
|
+
|
158
|
+
|
159
|
+
ご教示願います.
|