简体   繁体   English

类型“ SomeVC”不符合协议“ NextLevelDelegate”(与Swift 4.1.2编译)

[英]Type 'SomeVC' cannot conform to protocol 'NextLevelDelegate' (compiled with Swift 4.1.2)

Type 'InPersonVideoRecordingVC' cannot conform to protocol ' NextLevelDelegate ' (compiled with Swift 4.1.2 ) because it has requirements that could not be loaded in Swift 3.3.2 类型“ InPersonVideoRecordingVC”不能符合协议“ NextLevelDelegate ”(由Swift 4.1.2编译),因为它具有无法在Swift 3.3.2加载的要求

I am using NextLevel Video Recording Library using Cocoapods 我正在使用Cocoapods使用NextLevel视频录制库

This started after i updated to Xcode 10 这是在我更新到Xcode 10之后开始的

请确保桥接头中包含NextLevelDelegate中引用的类。

You are using NextLevel Video Recording Library which is compiled with Swift 4.1.2 and it might have some swift version based independencies which is unavailable in your project with swift version 3.3.2 . 您正在使用用Swift 4.1.2编译的NextLevel视频记录库,它可能具有一些基于swift版本的独立性,而在您的swift版本3.3.2中不可用。

What to do? 该怎么办?

Try finding the swift 3.3.2 compiled version of NextLevel Video Recording Library, or use another library. 尝试找到NextLevel Video Recording Library的快速3.3.2编译版本,或使用其他库。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM