xCode 12.5 (12E262)로 업데이트 한 다음부터
RemoteMonster 의 하위 라이브러리인 SwiftProtobuf에서 오류가 납니다.
라이브러리는 cocoapods을 통해
platform :ios, ‘11.0’
pod ‘RemoteMonster’, ‘2.7.15’
이렇게 설치했습니다.
Compiling for iOS 10.0, but module ‘SwiftProtobuf’ has a minimum deployment target of iOS 11.0: /Users/mac/Library/Developer/Xcode/DerivedData/Doctalk-dyckiurhyehmwbekuvakalgpwenw/Build/Products/Debug-iphoneos/SwiftProtobuf/SwiftProtobuf.framework/Modules/SwiftProtobuf.swiftmodule/arm64-apple-ios.swiftmodule
앱의 최소 Target 버전은 11입니다.
라이브러리의 의 Target 버전도 11입니다.