Daniel1of1 / CSwiftV

A csv parser written in swift conforming to rfc4180
BSD 3-Clause "New" or "Revised" License
171 stars 46 forks source link

how do i use this with swift 2.3 ? #28

Closed srolesen closed 8 years ago

srolesen commented 8 years ago

I'm still dependant on cocoapods that are not properly updated to swift 3, can i use CSwiftV with swift 2.3 ?

kevb10 commented 8 years ago

I'm actually having problems with Swift 3

thully commented 8 years ago

You should be able to use the latest code from Git on Swift 3 - you probably need an older version to use it on 2.3. If you have a project using Cocoapods, you'll have to manually update the CSwiftV source under Pods to the latest version, as cocoapods only has 0.0.5 (which does not work with Swift 3).

srolesen commented 8 years ago

I do not understand your reply, should I use some other install method than usual in order to get a version compatible with swift 2.3 ?

Daniel1of1 commented 8 years ago

Hi @srolesen - A comment I posted on another issue might help: https://github.com/Daniel1of1/CSwiftV/issues/29#issuecomment-251667487

Daniel1of1 commented 8 years ago

I'm going to close this since - If I understand correctly this is a viable solution - you can point to a different tag that was still 2.3 as well. If I have misunderstood let me know and I will reopen. I know it's not optimal. I better solution might be maintaining separate branches for versions, but I'm afraid I don't have the time to do this at the moment.