Can anyone point me in the right direction as to the cause of a crash I'm getting in Swift?
I don't get any line numbers, I just know that it crashed inside a method that just creates multiple strings using string interpolation. So I can't narrow it down to a any specific line, therefore I don't know what direction to look in.
Crash details: com.apple.main-thread EXC_BREAKPOINT
Last line in crash log:
libswiftCore.dylib _TTSf4s_s_d_d___TFs18_fatalErrorMessageFTVs12StaticStringS_S_Su_T_There's no warnings when building, and the crash has happened 5 times now during an adhoc build and I'm seeing the crash reports through Fabric / Crashlytics.
Any help would be greatly appreciated!