Error 1:

[!] 'KakaoOpenSDK' uses the unencrypted 'http' protocol to transfer the Pod. Please be sure you're in a safe network with only trusted hosts. Otherwise, please reach out to the library author to notify them of this security issue.

pod update 하고 xcode껏다킴
(또는 pod install --repo-update)

Error 2:

[Sun May 16 2021 02:39:15.924]  ERROR    Invariant Violation: "CampusTaxi" has not been registered. This can happen if:

AppDelegate.m ⇒ 모듈이름 교체(아래에서 @"캠퍼스택시") = app.json이름이 초기와 다를경우 생기는 문제

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/a919715e-bc84-4408-a626-0850d6ef341f/_2021-05-14__10.55.16.png

Error 3: Firebase Init

2021-05-14 22:51:28.070909+0900 CampusTaxi[6569:70617] 7.9.0 - [Firebase/Core][I-COR000003] The default Firebase app has not yet been configured. Add [FIRApp configure]; (FirebaseApp.configure() in Swift) to your application initialization. Read more: https://goo.gl/ctyzm8.

#import <Firebase.h> //1번줄

(생략) //맨 아래 3줄 붙여넣기
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
if ([FIRApp defaultApp] == nil) {
    [FIRApp configure];
  }

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/2765d27a-d3e9-4756-a9c8-6f20b8170230/_2021-05-14__5.39.02.png

Error 4: font error

Unrecognized font family 'Roboto-Bold'

4-1 xcode myproject⇒Resource에 RobotoBold.ttf 넣기

Roboto-Bold.ttf

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/295925a7-fdd1-429a-9b7f-83fb2f343fd2/Untitled.png

4.2 Info.plist 에 추가하기

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/479e45fb-bd58-4c29-a16e-afc5b91eb5f7/_2021-05-16__5.13.00.png