3lvis / Networking

Swift HTTP Networking with stubbing and caching support
MIT License
1.36k stars 112 forks source link

Fix build issue for target platform iOS #246

Closed mrylmz closed 4 years ago

3lvis commented 5 years ago

Hi @mrylmz,

Which Swift version are you using?

mrylmz commented 5 years ago
Apple Swift version 5.0.1 (swiftlang-1001.0.82.4 clang-1001.0.46.5)
Target: x86_64-apple-darwin18.6.0
mrylmz commented 5 years ago

I'm not sure why that is an error message and not a warning but Xcode isn't able to build for iOS without the renaming.

3lvis commented 5 years ago

I'll double check

Arestronaut commented 4 years ago

Bump on this one. I still get the same issue using the following swift version:

Apple Swift version 5.0.1 (swiftlang-1001.0.82.4 clang-1001.0.46.5)
Target: x86_64-apple-darwin19.4.0
3lvis commented 4 years ago

I believe this should be fixed now