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

clang: error: linker command failed with exit code 1 (use -v to see invocation) #45

Closed ibolat38 closed 7 years ago

ibolat38 commented 7 years ago

-- When i try to build project i am getting this error.

ld: '/Users/............./Pods/SQLClient/SQLClient/SQLClient/SQLClient/libfreetds.a(dblib.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture arm64

martinrybak commented 7 years ago

You must disable bitcode for your target.

ibolat38 commented 7 years ago

I already did it for pods and projects..