AliSoftware / OHHTTPStubs

Stub your network requests easily! Test your apps with fake network data and custom response time, response code and headers!
MIT License
5.03k stars 601 forks source link

Xcode 10.2 and Swift 5.0 stop working on UnitTests #305

Closed Tayphoon closed 5 years ago

Tayphoon commented 5 years ago

New Issue Checklist

Environment

Issue Description

When we move our project to Xcode 10.2 and Swift 5 some http requests stop working, instead of stubbing it goes to real server. System: macOS Mojave 10.14.4.

Tayphoon commented 5 years ago

I think this is our problem with async code...