Hi there,
An AGSGDBSyncTask crashes after it has downloaded all features but right before it enters the completion block. The stack trace right before the crash happens looks like this:
StackTrace: (
0 SOF-Land 0x00000001091eeece __33-[mainViewController viewDidLoad]_block_invoke + 94
1 SOF-Land 0x00000001093ec181 __67-[AGSGDBSyncTask generateGeodatabaseWithUtility:status:completion:]_block_invoke + 49
2 SOF-Land 0x000000010941fbab __56-[AGSResumableTaskJobUtility privateFetchResultWithUrl:]_block_invoke344 + 347
3 SOF-Land 0x000000010933c54e __40-[AGSRequestOperation kickoffConnection]_block_invoke + 222
4 libdispatch.dylib 0x000000010e4b5186 _dispatch_call_block_and_release + 12
5 libdispatch.dylib 0x000000010e4d4614 _dispatch_client_callout + 8
6 libdispatch.dylib 0x000000010e4bca1c _dispatch_main_queue_callback_4CF + 1664
7 CoreFoundation 0x000000010d8931f9 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
8 CoreFoundation 0x000000010d854dcb __CFRunLoopRun + 2043
9 CoreFoundation 0x000000010d854366 CFRunLoopRunSpecific + 470
10 GraphicsServices 0x000000011045ea3e GSEventRunModal + 161
11 UIKit 0x000000010bf0c900 UIApplicationMain + 1282
12 SOF-Land 0x00000001091e37bf main + 111
13 libdyld.dylib 0x000000010e508145 start + 1
14 ??? 0x0000000000000001 0x0 + 1
Any advice on this?