scubers / JRDB

MIT License
507 stars 91 forks source link

XCode12 JRDB编译报错 #61

Closed jiabin87428 closed 4 years ago

jiabin87428 commented 4 years ago

Incompatible block pointer types sending 'id _Nullable (^)(id _Nonnull __strong)' to parameter of type 'id _Nullable (^ _Nonnull)(id _Nonnull __strong)'

hantu123 commented 4 years ago

i have the same question

scubers commented 4 years ago

try pod "JRDB", :git => 'https://github.com/scubers/JRDB.git', :branch => 'fix/xcode12_compile'

hantu123 commented 4 years ago

大佬你好:

已测试编译通过

环境:xcode12,ios14.0

在 2020-09-17 19:43:03,"jrw0ng" notifications@github.com 写道:

try pod "JRDB", :git => 'https://github.com/scubers/JRDB.git', :branch => 'fix/xcode12_compile'

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

jiabin87428 commented 4 years ago

try pod "JRDB", :git => 'https://github.com/scubers/JRDB.git', :branch => 'fix/xcode12_compile'

Thanks