luisobo / Nocilla

Testing HTTP requests has never been easier. Nocilla: Stunning HTTP stubbing for iOS and Mac OS X.
https://twitter.com/luisobo
MIT License
1.84k stars 172 forks source link

iOS 7 crash #93

Open prudencioj opened 9 years ago

prudencioj commented 9 years ago

Hi there,

I'm getting this error mocking an http request with Nocilla in iOS 7.1:

0x442169e: jae 0x44216ae ; __pthread_kill + 26

com.apple.NSURLConnectionLoader (9): signal SIGABRT

In iOS 8 works fine. Do you have any ideia what could be the problem?

Thanks in advance.

luisobo commented 9 years ago

Hi João, thanks for the report. I have no idea – can you provide a sample project? Thanks!

2014-12-01 11:12 GMT-05:00 João Prudêncio notifications@github.com:

Hi there,

I'm getting this error mocking an http request with Nocilla in iOS 7.1:

0x442169e: jae 0x44216ae ; __pthread_kill + 26

com.apple.NSURLConnectionLoader (9): signal SIGABRT

In iOS 8 works fine. Do you have any ideia what could be the problem?

Thanks in advance.

— Reply to this email directly or view it on GitHub https://github.com/luisobo/Nocilla/issues/93.

prudencioj commented 9 years ago

I'll soon provide an example project. Luis can I use Nocilla in my app, not only in unit tests rights? I can mock http requests in a production app?

Thanks in advance