Closed wy19901227 closed 8 years ago
YYText 最新版(1.0.1)开始支持 Interface Builder。
我这个不是最新版吗?还是你没发布?
发自我的 iPhone
在 2016年3月9日,12:01,Yaoyuan notifications@github.com 写道:
YYText 最新版(1.0.1)开始支持 Interface Builder。
— Reply to this email directly or view it on GitHub.
你可以检查一下你本地的版本号。
是1.01呢,支持在xcode设置属性,但是就是不行
发自我的 iPhone
在 2016年3月9日,12:01,Yaoyuan notifications@github.com 写道:
YYText 最新版(1.0.1)开始支持 Interface Builder。
— Reply to this email directly or view it on GitHub.
清空一下 Xcode 缓存,如果还报错,可以看一下错误日志。
清空过了,错误信息请看上边的图片
发自我的 iPhone
在 2016年3月9日,14:28,Yaoyuan notifications@github.com 写道:
清空一下 Xcode 缓存,如果还报错,可以看一下错误日志。
— Reply to this email directly or view it on GitHub.
如果本地代码是 YYText 1.0.1,那就不是 YYText 的错误了。
你应该先搜一下上面的错误信息,这可能是 CocoaPods 或者 Xcode 的问题: http://stackoverflow.com/questions/28391112/interface-builder-failed-to-load-designables-from-path-null http://stackoverflow.com/questions/28204108/ib-designables-failed-to-update-auto-layout-status-failed-to-load-designables
嗯,tks.我的xcode是7.2
发自我的 iPhone
在 2016年3月9日,14:36,Yaoyuan notifications@github.com 写道:
如果本地代码是 YYText 1.0.1,那就不是 YYText 的错误了。
你应该先搜一下上面的错误信息,这可能是 CocoaPods 或者 Xcode 的问题: http://stackoverflow.com/questions/28391112/interface-builder-failed-to-load-designables-from-path-null http://stackoverflow.com/questions/28204108/ib-designables-failed-to-update-auto-layout-status-failed-to-load-designables
— Reply to this email directly or view it on GitHub.
你的yykit也是通过pod还是直接拖进去的呢?
发自我的 iPhone
在 2016年3月9日,14:36,Yaoyuan notifications@github.com 写道:
如果本地代码是 YYText 1.0.1,那就不是 YYText 的错误了。
你应该先搜一下上面的错误信息,这可能是 CocoaPods 或者 Xcode 的问题: http://stackoverflow.com/questions/28391112/interface-builder-failed-to-load-designables-from-path-null http://stackoverflow.com/questions/28204108/ib-designables-failed-to-update-auto-layout-status-failed-to-load-designables
— Reply to this email directly or view it on GitHub.
我都测试过,没有问题。
pod中需要写use_frameworke吗
发自我的 iPhone
在 2016年3月9日,14:55,Yaoyuan notifications@github.com 写道:
我都测试过,没有问题。
— Reply to this email directly or view it on GitHub.
这样吧 ,你可以发个demo给我吧,我看下我这里能显示不,发我邮箱吧。936788507@qq.com. 谢谢你了。
这里面的 YYTextDemo 就可以,打开后直接创建一个 UIViewController with xib 就没问题。
我重新建了个工程,podYYKit,用xib,YYLabel是可以在ib中绘制的,但是我在我项目中pod就是不行呢。。。。。。为什么呢。。。
直接拖进去的话 也不行。。
可以把你直接拖进去 可以的 demo发我吗
我在你的YYText demo中是可以的,在我项目中是不ok得,,。。。。所以麻烦 你在一个项目中拖入,看能遇到和我一样的问题吗?
层主你也太懒了吧,遇到问题伸手党可不行,请人帮忙也不带这样的。。。 同遇到这个问题,在podfile的platform下一行添加了use_framework!,再pod update一下,就ok了! 之后输入text或者placeholder,直接就可以看到效果
比如设置了text,text就直接在IB中绘制出来。