This seems to work very well. However each time I try to use it on a background thread (Parsing OFX) it ends up with a EXC_BAD_access code=2. I have made sure the entire operation is set up and executed on a single thread so there should be no thread boundary crossing.
I am digging deeper into it but just thought I would check and see if there are any known issues with trying to use this on anything other than the main thread.
This seems to work very well. However each time I try to use it on a background thread (Parsing OFX) it ends up with a
EXC_BAD_access code=2. I have made sure the entire operation is set up and executed on a single thread so there should be no thread boundary crossing.I am digging deeper into it but just thought I would check and see if there are any known issues with trying to use this on anything other than the main thread.