Skip to content

ld: framework not found SQLite #326

@jfbomber

Description

@jfbomber

I am installing using the following PodFile

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.1'

pod 'GoogleMaps'    
use_frameworks!
pod 'SQLite.swift','~> 0.9.1'
pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git'

This is the error I get :

ld: framework not found SQLite
clang: error: linker command failed with exit code 1 (use -v to see invocation)

• I have tried a clean build
• Libraries added are
libsqlite3.tbd
Pods.framework
Pods_example.framework

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