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

Fixed some imports #47

Closed BenchR267 closed 7 years ago

BenchR267 commented 7 years ago

Any intentions on merging this?

martinrybak commented 7 years ago

Hi, the instancetype is fine. The other header files came straight from FreeTDS. What does switching to quotes give us?

BenchR267 commented 7 years ago

For me the build failed because it couldn't find the header files. Using quotes forces the build system to search for statically linked interfaces afaik, that fixed it for me.