lukeredpath / LRResty

Yet another Objective-C REST client library, inspired by Ruby's restclient gem.
http://projects.lukeredpath.co.uk/resty/
461 stars 56 forks source link

Tried to obtain the web lock from a thread other than the main thread #28

Open jasperblues opened 12 years ago

jasperblues commented 12 years ago

Integration Test run through Cedar, sometimes fails with: Tried to obtain the web lock from a thread other than the main thread or the web thread. This may be a result of calling to UIKit from a secondary thread. Crashing now...

Would using Kiwi help to prevent this error?