profile picture

1 pages tagged with "debugging"

Debug iOS Crashlytics

July 03, 2022 - 323 words - 2 mins
I was recently made confused by the famous unclear EXC_BREAKPOINT error on Crashlytics for an iOS project. The code SomeAPI below was converted from Objective C to Swift. The error log was Crashed: com.apple.main-thread EXC_BREAKPOINT 0x000000010457c8f4 Crashed: com.apple.main-thread 0 ExampleApp … read more