sunnyxx / XXNibBridge

Bridge xib file into another xib or storyboard
MIT License
566 stars 82 forks source link

iOS10 崩溃 #19

Open dev-gao opened 8 years ago

dev-gao commented 8 years ago

iOS10 崩溃 用到该库的地方崩溃

dev-gao commented 8 years ago

标签打错了

dev-gao commented 8 years ago

use this: pod 'XXNibBridge', :git => 'https://github.com/sunnyxx/XXNibBridge.git'

MrBoog commented 8 years ago

楼上,什么意思, 10 真的有问题么?

bravebang commented 8 years ago

iOS10 确实崩溃,请问会适配吗?

MrBoog commented 8 years ago

作者貌似有一段时间没更了,😀

dev-gao commented 8 years ago

最新版的已经适配了,2.3.1应该可以。如果不行就用这个 pod 'XXNibBridge', :git => 'https://github.com/sunnyxx/XXNibBridge.git'

bravebang commented 8 years ago

看到最新的了,谢谢。 最新版创建约束代替旧的约束,如果代码对旧约束有引用,操作就不起作用了,因为被新约束替代了,不知道有没有办法解决这个,正在思考🤔

hongdong commented 8 years ago

我的ios10还是不能用 this class is not key value coding-compliant for the key firstItem

bravebang commented 8 years ago

升级下库。我试了,最新版不会有这个问题@hongdong