renebigot / XlsxReaderWriter

XlsxReaderWriter is an Objective-C library for iPhone / iPad and Mac. It parses and writes MS Excel XLSX files.
MIT License
437 stars 119 forks source link

Linker command failed with Exit code 1 (use -v to see invocation) #80

Open Jagdish-jangir opened 7 years ago

Jagdish-jangir commented 7 years ago

after integrated XlsxReaderWriter error show linker command failed with exit code 1 (use -v to see invocation) when build my application

MotoxX commented 7 years ago

Any news on that one? I run into the same issue. In addition, I get the following: "_OBJCCLASS$_BRAOfficeDocumentPackage", referenced from:

Any idea how to fix this? I need this ugently... thanks a lot!

scandella commented 6 years ago

Hi, Same problem for me with Xcode 8: I've got an Invalid bitcode signature at build when the "libXlsxReaderWriter.a“ is linked. Moreover I can't find a way to disable the "bitcode " in the build options in Xcode 8 (maybe because I'm working on a MacOS project).

Thanks for your help.

EricVoll commented 5 years ago

Hi, I had the same error first - after following the explanation in the ReadMe file. We got it up an running by taking the pod solution. But we had to use this rep:

pod 'XlsxReaderWriter', :git => 'https://github.com/charlymr/XlsxReaderWriter.git', :branch => 'master'

With this line in the pod file it worked very well! We did not have to follow the instructions anymore.

Hope this helps. Regards