Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 91519

iOS exception crash - This application is modifying the autolayout engine from a background thread

$
0
0

Hello

I am receiving the following error after updating Xamarin Forms to 1.5.0.6 when I just try to focus a entry!

2015-10-08 16:33:06.972 PositiveDrive[675:395928] This application is modifying the autolayout engine from a background thread, which can lead to engine corruption and weird crashes. This will cause an exception in a future release.
Stack:(
0 CoreFoundation 0x00000001833f4f74 + 148
1 libobjc.A.dylib 0x00000001988e3f80 objc_exception_throw + 56
2 CoreFoundation 0x00000001833f4ea4 + 0
3 Foundation 0x000000018440e5d8 + 88
4 Foundation 0x0000000184294f3c + 56
5 Foundation 0x0000000184290afc + 260
6 UIKit 0x0000000188a4f93c + 64
7 UIKit 0x0000000188a50454 + 244
8 UIKit 0x0000000188a6cf28 + 108
9 UIKit 0x000000018917677c + 268
10 UIKit 0x0000000188c4dfb0 + 176
11 UIKit 0x0000000188c3d098 + 52
12 UIKit 0x0000000188946ff0 + 644
13 QuartzCore 0x000000018814df14 + 148
14 QuartzCore 0x0000000188148b20 + 292
15 QuartzCore 0x00000001881489e0 + 32
16 QuartzCore 0x000000018814807c + 252
17 QuartzCore 0x0000000188147dd0 + 516
18 PositiveDrive 0x00000001010b4e48 wrapper_managed_to_native_ObjCRuntime_Messaging_void_objc_msgSend_intptr_intptr + 104
19 PositiveDrive 0x000000010105f5b8 CoreAnimation_CATransaction_Commit + 56
20 PositiveDrive 0x00000001013a3a00 Xamarin_Forms_Platform_iOS_CADisplayLinkTicker_StartThread + 480
21 PositiveDrive 0x00000001005f6564 System_Threading_Thread_StartInternal + 164
22 PositiveDrive 0x00000001006c4444 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 244
23 PositiveDrive 0x0000000101942740 mono_jit_runtime_invoke + 1264
24 PositiveDrive 0x00000001019a64c0 mono_runtime_invoke + 124
25 PositiveDrive 0x00000001019f36c4 start_wrapper + 564
26 PositiveDrive 0x0000000101a13f50 inner_start_thread + 196
27 libsystem_pthread.dylib 0x00000001992e7b3c + 156
28 libsystem_pthread.dylib 0x00000001992e7aa0 + 0
29 libsystem_pthread.dylib 0x00000001992e5030 thread_start + 4
)
2015-10-08 16:33:06.973 PositiveDrive[675:395928] *** Assertion failure in -[UIApplication _cachedSystemAnimationFenceCreatingIfNecessary:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit/UIKit-3505.17/UIApplication.m:1697

I have no idea how to debug this. Please help, I have not found any thread in forums for this.


Viewing all articles
Browse latest Browse all 91519

Trending Articles