venmo / DVR

Network testing for Swift
http://blog.soff.es/network-testing-in-swift-with-dvr
MIT License
651 stars 86 forks source link

Swift 5.1 - [Session defaultTaskGroup]: unrecognized selector sent to instance #93

Closed m-herold closed 4 years ago

m-herold commented 4 years ago

When using Xcode 11 and Swift 5.1 a dataTask called with an URL as parameter (instead of an URLRequest) results in an NSInvalidArgumentException:

[Session defaultTaskGroup]: unrecognized selector sent to instance

dmiluski commented 4 years ago

Closing now that fix is merged. Thanks @m-herold