xlslib build success in iOS 7 but failed in iOS 8. How can I do? -


i have searched http://sourceforge.net/projects/xlslib/files here , download library. added library xcode project this

enter image description here

my xcode version 6.4 , project ios deployment target 8.0.

after added project without typing code, built see if works.

but failed , these information: ld: building ios simulator, linking against dylib built macosx file '(myproject directory)/xlslib/libxls.3.dylib' architecture x86_64 clang: error:

linker command failed exit code 1 (use -v see invocation)

when changed ios deployment target 7.0, build project using ios simulator ios version 7.1, works. library doesn't support ios 8.0 , later ?

btw, other link flag empty, should solve problem?

any appreciated.


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -