Thread 1: EXC_BAD_ACCESS (code=1, address=0x5f)

//in AppDelegete.
@main <-- error here
//@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {

I Am Having This Issue Xcode 13.4

Thread 1: EXC_BAD_ACCESS (code=1, address=0x88021d4488101ff8) Error

Sometimes If I do 'build', I don't have any problem. But I usually get this error.

What's the problem?? Why?

The problem is displayed in AppDelegate, but it does not occur here.

That's not where the error occurs but where it is captured. Look at Debug navigator to see where it really occurs.

Hard to say with the limited information you give.

hmm,, additional log,,

failure: accessing attribute in a different namespace: 127737 dyld4 config: DYLD_LIBRARY_PATH=/usr/lib/system/introspection DYLD_INSERT_LIBRARIES=@executable_path/Frameworks/libclang_rt.asan_ios_dynamic.dylib:/Developer/usr/lib/libBacktraceRecording.dylib:/Developer/usr/lib/libMainThreadChecker.dylib:/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib

Thread 1: EXC_BAD_ACCESS (code=1, address=0x5f)
 
 
Q