Kevin Luo
Kevin Luo
> `原因可能是在iOS14中,如果自定义了imageView的layer渲染,需要手动设置layer.contents,不会在设置了image后进行同步contents` > >  > > `在weex中,imageView组件除非设置了compositing,才进入layer层并重新渲染,否则仍旧以image为主` > >  > > `我的临时方案是设置image后主动同步layer.contents` > >  > > ` if (image) { self.layer.contents = (id)image.CGImage; } else { self.layer.contents...
请问这个tojson 崩溃 有解决办法吗。。。
也收集到崩溃日志了,求作者回复 @xuyecan
> 麻烦提供一下能复现的 demo > […](#) > On Tue, Jun 29, 2021 at 15:56 foermo4-hao ***@***.***> wrote: 也收集到崩溃日志了,求作者回复 @xuyecan — You are receiving this because you are subscribed to this thread....
访问不了了, 求开放
> > > > > > In your Xcode ,go the General tab of your Main Project.. there you will find an Embedded Binaries field and add the required framework...