使用Xcode 10和Crashlytics构建我们的应用程序时会崩溃,但使用Xcode 9和Crashlytics构建时,我们的应用程序会正常工作。从Xcode启动应用程序工作正常,但是只要[Fabric with:@ [[Crashlytics class]];从iPhone本身启动应用程序,它就会崩溃。被执行。删除此行允许该应用程序成功启动。拥有最新的Crashlytics框架。任何帮助将不胜感激。
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
[FIRApp configure];
[[FIRConfiguration sharedInstance] setLoggerLevel:FIRLoggerLevelMin];
[FirebaseConfig sharedConfig];
[Fabric with:@[[Crashlytics class]]];
return YES;
}
Crashed: Thread
0 libsystem_kernel.dylib 0x188eb5104 __pthread_kill + 8
1 libsystem_pthread.dylib 0x188f34a00 pthread_kill$VARIANT$armv81 + 296
2 libsystem_c.dylib 0x188e0cd78 abort + 140
3 libclang_rt.asan_ios_dynamic.dylib 0x103d591d4 __sanitizer::Abort() + 62
4 libclang_rt.asan_ios_dynamic.dylib 0x103d579cc __sanitizer::Die() + 174
5 libclang_rt.asan_ios_dynamic.dylib 0x103d41790 __asan::AsanCheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) + 266
6 libclang_rt.asan_ios_dynamic.dylib 0x103d57a54 __sanitizer::CheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) + 120
7 libclang_rt.asan_ios_dynamic.dylib 0x103d44370 __asan::AsanThread::SetThreadStackAndTls(__asan::AsanThread::InitOptions const*) + 238
8 libclang_rt.asan_ios_dynamic.dylib 0x103d43f24 __asan::AsanThread::Init(__asan::AsanThread::InitOptions const*) + 96
9 libclang_rt.asan_ios_dynamic.dylib 0x103d44394 __asan::AsanThread::ThreadStart(unsigned long long, __sanitizer::atomic_uintptr_t*) + 36
10 libsystem_pthread.dylib 0x188f392fc _pthread_body + 128
11 libsystem_pthread.dylib 0x188f3925c _pthread_start + 48
12 libsystem_pthread.dylib 0x188f3cd08 thread_start + 4
com.apple.main-thread
0 libsystem_kernel.dylib 0x188eb59fc __ulock_wait + 8
1 libdispatch.dylib 0x188d26e4c _dispatch_ulock_wait
2 libdispatch.dylib 0x188d26db8 _dispatch_wait_on_address$VARIANT$armv81
3 libdispatch.dylib 0x188d27834 _dispatch_group_wait_slow
4 TheApp 0x102327308 CLSContextInitialize + 772
5 TheApp 0x102324474 -[CLSCrashReportingController installCrashReportingHandlers:] + 24
6 TheApp 0x10232376c -[CLSCrashReportingController startCrashReporterWithAPIKey:betaToken:profilingMark:report:] + 608
7 TheApp 0x102323378 -[CLSCrashReportingController startWithProfilingMark:betaToken:] + 304
8 TheApp 0x102317cec __20-[Crashlytics start]_block_invoke + 636
9 libdispatch.dylib 0x188d58484 _dispatch_client_callout
10 libdispatch.dylib 0x188d28260 _dispatch_once_callout
11 TheApp 0x102317a6c -[Crashlytics start] + 104
12 TheApp 0x102317e98 +[Crashlytics initializeIfNeeded] + 48
13 TheApp 0x10234c0b4 __15+[Fabric with:]_block_invoke + 520
14 libdispatch.dylib 0x188d58484 _dispatch_client_callout
15 libdispatch.dylib 0x188d28260 _dispatch_once_callout
16 TheApp 0x10234bea8 +[Fabric with:] + 224
17 TheApp 0x100666608 -[TheAppAppDelegate application:didFinishLaunchingWithOptions:] (TheAppAppDelegate.m:173)
18 UIKitCore 0x1b5bca5f8 -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 412
19 UIKitCore 0x1b5bcbd60 -[UIApplication _callInitializationDelegatesForMainScene:transitionContext:] + 3340
20 UIKitCore 0x1b5bd17ac -[UIApplication _runWithMainScene:transitionContext:completion:] + 1552
21 UIKitCore 0x1b63f8db8 __111-[__UICanvasLifecycleMonitor_Compatability _scheduleFirstCommitForScene:transition:firstActivation:completion:]_block_invoke + 784
22 UIKitCore 0x1b63f5364 +[_UICanvas _enqueuePostSettingUpdateTransactionBlock:] + 160
23 UIKitCore 0x1b63f8a34 -[__UICanvasLifecycleMonitor_Compatability _scheduleFirstCommitForScene:transition:firstActivation:completion:] + 240
24 UIKitCore 0x1b63f93d4 -[__UICanvasLifecycleMonitor_Compatability activateEventsOnly:withContext:completion:] + 1076
25 UIKitCore 0x1b63b85fc __82-[_UIApplicationCanvas _transitionLifecycleStateWithTransitionContext:completion:]_block_invoke + 772
26 UIKitCore 0x1b63b82a8 -[_UIApplicationCanvas _transitionLifecycleStateWithTransitionContext:completion:] + 432
27 UIKitCore 0x1b63fb844 __125-[_UICanvasLifecycleSettingsDiffAction performActionsForCanvas:withUpdatedScene:settingsDiff:fromSettings:transitionContext:]_block_invoke + 220
28 UIKitCore 0x1b63fc334 _performActionsWithDelayForTransitionContext + 112
29 UIKitCore 0x1b63fb6fc -[_UICanvasLifecycleSettingsDiffAction performActionsForCanvas:withUpdatedScene:settingsDiff:fromSettings:transitionContext:] + 248
30 UIKitCore 0x1b63f4a10 -[_UICanvas scene:didUpdateWithDiff:transitionContext:completion:] + 368
31 UIKitCore 0x1b5bcfca4 -[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 540
32 UIKitCore 0x1b5c0145c -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 364
33 FrontBoardServices 0x18bd4f890 -[FBSSceneImpl _didCreateWithTransitionContext:completion:] + 444
34 FrontBoardServices 0x18bd5a658 __56-[FBSWorkspace client:handleCreateScene:withCompletion:]_block_invoke_2 + 260
35 FrontBoardServices 0x18bd59d50 __40-[FBSWorkspace _performDelegateCallOut:]_block_invoke + 64
36 libdispatch.dylib 0x188d58484 _dispatch_client_callout
37 libdispatch.dylib 0x188d2f3f0 _dispatch_block_invoke_direct$VARIANT$armv81
38 FrontBoardServices 0x18bd8e640 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 40
39 FrontBoardServices 0x18bd8e2cc -[FBSSerialQueue _performNext] + 416
40 FrontBoardServices 0x18bd8e8e8 -[FBSSerialQueue _performNextFromRunLoopSource] + 56
41 CoreFoundation 0x1892ae5b8 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
42 CoreFoundation 0x1892ae538 __CFRunLoopDoSource0 + 88
43 CoreFoundation 0x1892ade1c __CFRunLoopDoSources0 + 176
44 CoreFoundation 0x1892a8ce8 __CFRunLoopRun + 1040
45 CoreFoundation 0x1892a85b8 CFRunLoopRunSpecific + 436
46 GraphicsServices 0x18b51c584 GSEventRunModal + 100
47 UIKitCore 0x1b5bd3558 UIApplicationMain + 212
48 TheApp 0x1015042bc main (main.m:14)
49 libdyld.dylib 0x188d68b94 start + 4