It has been a while since I updated my Parse Framework. I removed the parsing from the project folder and then copied the new updated parsing structure. I have added the missing libraries since the last update (libzSQL3). after cleaning my application, I tried to run it and get this error:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[BFTask taskFromExecutor:withBlock:]: unrecognized selector sent to class 0x33c140'
*** First throw call stack:
I went to the docs and there is nothing new, can someone tell me how to fix this problem?
source
share