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 121 forks source link

No such File or Directory #43

Closed koraykayir closed 8 years ago

koraykayir commented 8 years ago

Hello;

Even though I followed your installation guide, I am getting following error. I added linked libraries, headers and dependencies.

no such file or directory: '/Users/denizozcan/Library/Developer/Xcode/DerivedData/Exporter-bmnzmftcrbywglavtrembvocyhcf/Build/Products/Debug/libXlsxReaderWriter.a'

When I check this folder, there is no such a file but when I click this file in " Link Binary with Libraries" tab and open fire location, it shows it in Debug-iphoneos folder. However, my project is an OS X application. Any tips would be useful.

Thanks in advance.

koraykayir commented 8 years ago

I solved this problem. I changed subprojects' Base SDK to OS X. It would be useful for new users like me if you can add this information to tutorial.

Thanks.