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

Swift 4.2 #67

Open fuzunspm opened 6 years ago

fuzunspm commented 6 years ago

I can't get converted. It keeps replacing my objective-bridging-header.h file with removing lines of

#import "SQLClient.h"

#include <ifaddrs.h>

so it won't build. My other project is fine though