//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?