BohdanOrlov / iOS-Developer-Roadmap

Roadmap to becoming an iOS developer in 2018.
6.38k stars 1.38k forks source link

fix issue with Yaml (updated to Swift 4.1) #29

Closed AnthonyBY closed 6 years ago

AnthonyBY commented 6 years ago

Bug: When I tried to run Xcode I see the following error: Module compiled with swift 4.0 cannot be imported in swift 3.1

So, I have update YAMLRegex.swift from: result.range(at: i) to: result.rangeAt(i)

and run cocapods once again. It's generated a lot of trash, but now it works fine