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

Xcode 8.3 warning #76

Closed bvadnai closed 7 years ago

bvadnai commented 7 years ago

I updated Xcode to 8.3 and it gives me 2 new warnings from the XlsxReaderWriter pod:

[...]/Pods/XlsxReaderWriter/XlsxReaderWriter/NSDictionary+OpenXMLDictionaryParser.m:9:9: Non-portable path to file '"NSDictionary+OpenXMLDictionaryParser.h"'; specified path differs in case from file name on disk

[...]/Pods/XlsxReaderWriter/XlsxReaderWriter/UIColor+OpenXML.m:9:9: Non-portable path to file '"UIColor+OpenXML.h"'; specified path differs in case from file name on disk

It turns out that these files have the imported header file names misspelled.