无法使用iOS模拟器,webview和xcode调试webview

时间:2015-06-13 02:34:50

标签: debugging uiwebview safari xcode6

执行在webkit的调试器中忠实地暂停断点,但片刻之后,应用程序在模拟器上崩溃(参见附件截图)。我正在使用

  • Xcode版本6.3.2(6D2105)

  • iOS模拟器版本8.3

  • Safari版本8.0.2(10600.2.5,r185482)

它在实际设备上运行良好。

enter image description here

更新:现在它也在设备中发生。控制台说:

bool _WebTryThreadLock(bool), 0x16d32e00: Multiple locks on web thread not allowed! Please file a bug. Crashing now...
1   0x2e3ba3d7 <redacted>
2   0x226a5fed <redacted>
3   0x226a36ab <redacted>
4   0x226a39ff <redacted>
5   0x225f0201 CFRunLoopRunSpecific
6   0x225f0013 CFRunLoopRunInMode
7   0x2e3b9183 <redacted>
8   0x31065e23 <redacted>
9   0x31065d97 _pthread_start
10  0x31063b20 thread_start

0 个答案:

没有答案