質問編集履歴

2

指摘いただいた記入ミスをなおしました

2020/11/18 08:16

投稿

mitdok
mitdok

スコア49

test CHANGED
File without changes
test CHANGED
@@ -44,6 +44,12 @@
44
44
 
45
45
  ```Swift
46
46
 
47
+ import UIKit
48
+
49
+ import Firebase
50
+
51
+
52
+
47
53
  @UIApplicationMain
48
54
 
49
55
  class AppDelegate: UIResponder, UIApplicationDelegate {

1

コメント頂いた方の要請でエラーメッセージを追記しました

2020/11/18 08:16

投稿

mitdok
mitdok

スコア49

test CHANGED
File without changes
test CHANGED
@@ -77,3 +77,13 @@
77
77
  どこかこのコードに問題があるのでしょうか?
78
78
 
79
79
  もしくは、新しくなったXCodeに対応していないということでしょうか?
80
+
81
+
82
+
83
+
84
+
85
+ 追記:エラーメッセージは↓こんな感じです
86
+
87
+ 1 duplicate symbol for architecture x86_64
88
+
89
+ clang: error: linker command failed with exit code 1 (use -v to see invocation)