iOS11中weex渲染有可能,出现自用布局在后台进行的错误

weexSDK各个版本都试过,在iOS 11下都有可能出现下面的布局问题,但是打开手淘并没有发现明显的卡顿,是不是有什么办法规避呢,请教大神,
2017-09-21 09:14:03.086042+0800 [1292:396860] This application is modifying the autolayout engine from a background thread after the engine was accessed from the main thread. This can lead to engine corruption and weird crashes.
Stack:(

0   Foundation                          0x0000000185b1f66c <redacted> + 96
1   Foundation                          0x0000000185b1f350 <redacted> + 76
2   Foundation                          0x000000018594fda0 <redacted> + 132
3   Foundation                          0x0000000185b1d458 <redacted> + 112
4   UIKit                               0x000000018e4282b4 <redacted> + 1948
5   QuartzCore                          0x0000000188ff90b4 <redacted> + 184
6   QuartzCore                          0x0000000188ffd194 <redacted> + 332
7   QuartzCore                          0x0000000188f6bf24 <redacted> + 336
8   QuartzCore                          0x0000000188f92340 <redacted> + 540
9   QuartzCore                          0x0000000188f93180 <redacted> + 92
10  CoreFoundation                      0x0000000184fc38b8 <redacted> + 32
11  CoreFoundation                      0x0000000184fc1270 <redacted> + 412
12  CoreFoundation                      0x0000000184ee22f8 CFRunLoopRunSpecific + 468
13  Foundation                          0x000000018590a6e4 <redacted> + 304
14  weexdemo                            0x00000001050bd284 -[WXBridgeManager _runLoopThread] + 264
15  Foundation                          0x0000000185a0b860 <redacted> + 996
16  libsystem_pthread.dylib             0x0000000184c4832c <redacted> + 308
17  libsystem_pthread.dylib             0x0000000184c481f8 <redacted> + 0
18  libsystem_pthread.dylib             0x0000000184c46c38 thread_start + 4

)

另:发现手淘中也用到了ReactNative
clipboard.png

阅读 2.5k
1 个回答

我也在找寻相关的答案

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
宣传栏