Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLite.swift and SQLCipher #1259

Closed
Nahatakyan opened this issue Apr 15, 2024 · 1 comment
Closed

SQLite.swift and SQLCipher #1259

Nahatakyan opened this issue Apr 15, 2024 · 1 comment

Comments

@Nahatakyan
Copy link

Hi.
The readme file contains the option “SQLCipher support via CocoaPods”. I created an empty project and wrote this pod file:

platform :ios, '14.0'

use_frameworks!

target 'TestSQL' do

  #DB
  pod 'SQLCipher', '4.5.5'

  #SQLite
  pod 'SQLite.swift', '~> 0.14.0'

end

post_install do |installer|
  installer.pods_project.targets.each do |target|
    target.build_configurations.each do |config|
      config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '14.0'
    end
  end
end

But I can't run the project:
Screenshot 2024-04-15 at 21 28 07
Can anyone tell me how I can use both of these platforms?

Integration: Cocoapods
Xcode: 15.2
MacOS: 14.4.1
SQLite.swift version: 0.13.3, 0.15.1

@Nahatakyan
Copy link
Author

Sorry. I didn't read the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant