Kakao i Connect Live 커뮤니티

iOS SDK 설치 후 오류

iOS 쉽게 되지 않는군요. 버전을 맞추어야 하는 이슈가 있는 건지 잘 모르겠습니다.

Xcode 11.7
iOS Deployment Target iOS 12.0
Swift 5

Pods는 pod ‘RemoteMonster’, ‘~> 2.7.0’ 이렇게 설정해서… 아래와 같이 설치되었습니다.

Installing Remon-WebRTC-iOS (1.78.2)
Installing RemoteMonster (2.7.0)
Installing SwiftProtobuf (1.7.0)

에러> 어떻게 해결해야 하나요?
03

동일 환경에서… podfile 만 다르게 설정을 해봤습니다.

pod ‘RemoteMonster’, ‘~> 2.7.9’

설치는 이렇게 되었습니다.

Installing Remon-WebRTC-iOS (1.79.2)
Installing RemoteMonster (2.7.9)
Installing SwiftProtobuf (1.9.0)

그리고 ViewController.swift 에 import RemoteMonster 를 하니

29

XCode 프로젝트 오픈 할 때 *…xcodeproj 로 오픈을 했네요. ㅜㅜ

*…xcworkspace 로 오픈하닌 정상적으로 됩니다.

이런 실수를 하다니 ^^;