You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: