Sqlite.swift: Pod does not match master branch

Created on 13 Oct 2016  路  5Comments  路  Source: stephencelis/SQLite.swift

When installing via cocoapods, xcode complains about old syntax right away. I compared the files that you get when you download a zip and the swift 3 changes are there in the download but not the pod.

Most helpful comment

There has not been a release that includes the Swift 3 changes, though they are on the master branch.

Until there is an updated release, you might consider updating your Podfile to use the master branch directly as is documented here: https://guides.cocoapods.org/syntax/podfile.html#pod

All 5 comments

There has not been a release that includes the Swift 3 changes, though they are on the master branch.

Until there is an updated release, you might consider updating your Podfile to use the master branch directly as is documented here: https://guides.cocoapods.org/syntax/podfile.html#pod

Awesome, thanks for the tip. I was trying to do just that!

@stephencelis maybe time to get a new version out? 0.11?

Manually pointing to the master branch in cocoapods worked perfectly.
use_frameworks!
pod 'SQLite.swift', :git => 'https://github.com/stephencelis/SQLite.swift'

524

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Chepond picture Chepond  路  3Comments

hansrajgavali picture hansrajgavali  路  3Comments

kartikthapar picture kartikthapar  路  4Comments

WDDong picture WDDong  路  7Comments

Tchoupinax picture Tchoupinax  路  8Comments