0xced / XCDYouTubeKit

YouTube video player for iOS, tvOS and macOS
MIT License
2.92k stars 626 forks source link

Compile time issue #347

Closed swalehap closed 6 years ago

swalehap commented 7 years ago

Building on Xcode9 beta. Error: Implicit conversion from nullable pointer 'Method _Nullable' (aka 'struct objc_method ') to non-nullable pointer type 'Method _Nonnull' (aka 'struct objc_method ')

Filename : XCDYoutubeLogger.m Line: const char * typeEncoding = method_getTypeEncoding(class_getClassMethod(DDLogClass, logSeletor));

method : initialize Pls fix this issue.

How can we get compiled version of XCDYoutube library?

0xced commented 6 years ago

I have released version 2.5.6 with Xcode 9 support.