简体   繁体   中英

Swift Crashing: "Thread 1: EXC_BAD_ACCESS (code=EXC_I386_GPFLT)"

Hello I'm crashing due to this error
I know that the cause is a unaccessible memory but I don't really know how to fix this error and I don't know what's exactly causing it

Thread 1: EXC_BAD_ACCESS (code=EXC_I386_GPFLT)

Here's an screenshot of the code that's causing the error (the catch)

在此处输入图像描述

It was an error in another function (objective C function) that used await to call the signUserIn() function

The mistake was that I've tried to call the objc function as async

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM