Copy link to clipboard
Copied
hi all,
im getting
Thread 1: EXC_BAD_ACCESS (code=1, address=0x297025206e6f6974)
the error i got in appcontext.cpp file
please kindly provide solution for this
thank you
EXC_BAD_ACCESS means you're talking to memory you don't own. Based on the image you posted, I'd say you haven't properly acquired the AIAppContextSuite and assigned it to sAIAppContext.
Copy link to clipboard
Copied
EXC_BAD_ACCESS means you're talking to memory you don't own. Based on the image you posted, I'd say you haven't properly acquired the AIAppContextSuite and assigned it to sAIAppContext.
Copy link to clipboard
Copied
thanks a lot @A. Patterson