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

Fail in iOS 9: Bitcode #24

Closed Legasquare90 closed 8 years ago

Legasquare90 commented 8 years ago

I'm trying to compile my project with this framework in the device, but there is a internal library inside in the project (libfreetds.a) that is not compile to iOS 9. I try to disable bitcode in pods project, but if I do this, the app will crash in the device. Please, recompile all the project with iOS 9.

Legasquare90 commented 8 years ago

Until recompile the library in iOS 9, you can use this repository through manual installation. The problem is with the library and the intermediate bitcode in Pods project. I've used the repository with manual installation and it works! =)