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

[!] The dependency `SQLClient (~> 0.1.3)` is not used in any concrete target. #28

Closed kevlangdo closed 7 years ago

kevlangdo commented 8 years ago

I ran the pod install from terminal as per the instructions. At the end of the installation i am getting this output

Setting up CocoaPods master repo Setup completed Analyzing dependencies [!] The dependency SQLClient (~> 0.1.3) is not used in any concrete target.

Is this an issue? is so what to do to fix

cyaustria commented 8 years ago

I also got that problem.

cposton commented 8 years ago

As of CocoaPods 1.0, you must now specify the target for all pods. Reference The Podfile for examples and more information. Specifically, I had to wrap my pod references with the target definition.