Skip to content

pod 'SQLite.swift/standalone' doesn't build any more #1015

Closed
@Trannosaur

Description

@Trannosaur

Issues are used to track bugs and feature requests.
Need help or have a general question? Ask on Stack Overflow (tag sqlite.swift).

Build Information

  • I tried with both 0.12.0 and 0.12.2
  • Xcode 11.6
  • How do do you integrate SQLite.swift in your project?
    • CocoaPods

General guidelines

  • If I have this line: pod 'SQLite.swift', '> 0.12.2' then I can build the project, however, if I use pod 'SQLite.swift/standalone', '> 0.12.2' then the project won't build due to errors like: "Ambiguous use of 'SQLITE_DETERMINISTIC'"

Sadly this means I can't use FTS or anything since the non-standalone version isn't compatible.

  • Provide as much information needed to reliably reproduce the issue.
    Create a new xcode project,

Use this podfile:
use_frameworks!

workspace 'targetname'

target 'targetname' do
pod 'SQLite.swift/standalone', '~> 0.12.2'
pod 'sqlite3/fts5', '= 3.15.0' # SQLite 3.15.0 with FTS5 enabled

platform :ios, '13.0'

end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions