martinrybak / SQLClient

Native Microsoft SQL Server client for iOS
http://objcsharp.wordpress.com/2013/10/15/an-open-source-sql-server-library-for-ios/
MIT License
124 stars 51 forks source link

Can not run pod 'SQLClient', '~> 1.0.0' #52

Closed kieuquangloc closed 6 years ago

kieuquangloc commented 6 years ago

@martinrybak I need your help [!] Unable to satisfy the following requirements:

None of your spec sources contain a spec satisfying the dependency: SQLClient (~> 1.0.0).

fuzunspm commented 6 years ago

have the same issue

kieuquangloc commented 6 years ago

@fuzunspm you can download the example code, it is using the latest version

fuzunspm commented 6 years ago

i'm getting

Undefined symbols for architecture x86_64:
  "_OBJC_CLASS_$_SQLClient", referenced from:

error after manually import project

martinrybak commented 6 years ago

My apologies, version 1.0.0 was not published to Cocoapods correctly. It should be good now.

idrises commented 10 months ago

hello I am getting this error in swiftui, how to implement in swiftui