Closed yaronj3 closed 5 years ago
I guess that is because this library does not support Swift 3. I recommend you https://github.com/masteage/SwiftCSV/commits/master
It is forked from master but It has been updated to Swift 3.
@GaelPeBer How would one specify that in the podspec, instead of the default repo defined in the Cocoapods Spec Repo?
Sorry, I didn't read you are using CocoaPods. I guess It is not going to work with pods unless Masteage has created one podspec for his version. I recommend to you that if it is possible move to Carthage, you only have to add:
github "masteage/SwiftCSV" "master"
to your cartfile.
Good luck
It is not possible to move to Carthage.
Swift 3 has been out for a year, and the code to support it is sitting on a branch. It needs to be merged back in to master
so pods work.
Hey guys. I wanted to use this pod in a project, where i need to parse a csv. The thing is I created the podfile, i typed in there this specific pod, and then pod install. Everything was ok. Opened the workspace and did a build....26 errors only in the pod's classes. I tried to put the swift version to both 3.3 and 4.1 in the settings, but it doesn't look like it's changing anything. Can someone please please tell something? Thanks in advance
Since this is so old and the repo currently builds on all modern Swift versions, I'm closing this. @soryncrash13 if the problem persists, please open a new issue with the current Pod v0.5.0
Hi,
I am trying to create a pod file which uses the swiftCSV so I need to add it as dependency.
I added the line: s.dependency 'SwiftCSV'
And the result:
Please advise.