简体   繁体   中英

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

I am using NextLevel Video Recording Library using Cocoapods

This started after i updated to 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 .

What to do?

Try finding the swift 3.3.2 compiled version of NextLevel Video Recording Library, or use another library.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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