Diary

Xcode 15.3 Error Thread 1: EXC_BAD_ACCESS (code=1, address=0x0)

1 Mins read

Xcode15.3 Error Thread 1: EXC_BAD_ACCESS (code=1, address=0x0)

Xcode 15.3 came out, so I checked an existing project and got an error:

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

Turned out it was crashing around Firebase.

Updated the Firebase package.

SDK Version 10.11 had the error.

SDK Version 10.22 fixed it.

Need to check what changed with the SDK upgrade and if it affects anything else.