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
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
Post a Comment