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

Swift issues #75

Open SuceesMob3358939 opened 7 years ago

SuceesMob3358939 commented 7 years ago

Hi, I have tried to use this for excel reader & writer in my swift project.

But I have failed to build. I followed your instruction. Please help me. first

wateryoma commented 7 years ago

you need to add path to library to Header search paths in build settings

incremented commented 7 years ago

For me the problem lied within the library itself. Somehow Swift expects import <Folder/Lib> as syntax since the last update. This Is what I did, I replaces all imports where the Compiler was complaining with the "new" swift syntax and tada project runs fine. Not sure whether this is really related, but it might be worth a try :)