Hi,
I’m running into an error when running the main program from the lesson. I was able to install the raylib library and include the file path in the cpp_properties json file, and I also updated the pathname for the xcode sdk in the properties file as well after seeing a post.
However, I’m still getting an error saying “Exception has occurred. EXC_BAD_ACCESS (code=1, address 0x0).” From what I’ve read online it seems this may be a null pointer error? I’m definitely in over my head trying to solve it though and could use any help. here is a screenshot of my code and workspace.