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
125 stars 51 forks source link

Instruction libiconv.dylib but there is no libiconv.dylib on macOS 10.13.6 #64

Open duncangroenewald opened 6 years ago

duncangroenewald commented 6 years ago

Instructions say to link libiconv.dylib but there is no libiconv.dylib on macOS 10.13.6 - should this be libiconv.tbd or if libiconv.dylib found somewhere else?

harshgmx47 commented 1 month ago

@duncangroenewald if you can not found libiconv.dylib install unixodbc using brew installer , it will give you library required , now you can work with it.