質問編集履歴

2

エラー内容修正

2018/09/03 10:16

投稿

dededev
dededev

スコア13

test CHANGED
File without changes
test CHANGED
@@ -42,7 +42,7 @@
42
42
 
43
43
 
44
44
 
45
- Undefined symbols for architecture x86_64:
45
+ Undefined symbols for architecture arm64:
46
46
 
47
47
  "_OBJC_CLASS_$_FIRComponent", referenced from:
48
48
 
@@ -66,7 +66,7 @@
66
66
 
67
67
  objc-class-ref in FirebaseAuth(FIRAuth.o)
68
68
 
69
- ld: symbol(s) not found for architecture x86_64
69
+ ld: symbol(s) not found for architecture arm64
70
70
 
71
71
  clang: error: linker command failed with exit code 1 (use -v to see invocation)
72
72
 

1

発生しているエラーを修正

2018/09/03 10:16

投稿

dededev
dededev

スコア13

test CHANGED
File without changes
test CHANGED
@@ -19,10 +19,6 @@
19
19
  Firebaseの中ですでに
20
20
 
21
21
  ・RealtimeDatabase
22
-
23
- ・Messaging
24
-
25
- ・RemoteConfig
26
22
 
27
23
  の機能は利用できます。
28
24