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

XMLDictionary import fixed #36

Open dpyro opened 8 years ago

dpyro commented 8 years ago

XMLDictionary import needs to be converted to angle bracket form to work with CocoaPods, as a subproject, etc on the first go.

sohayb commented 8 years ago

@renebigot can you please merge this pull request!

renebigot commented 8 years ago

Hi @sohayb, I'm testing it. I can't compile with brackets. Only with quotes. I'm searching why.

sohayb commented 8 years ago

That's weird! Because I'm using this commit's branch as a pod dependency and it's working.

mheicke commented 8 years ago

I would be highly interested in getting this fixed. @sohayb : have you tried to use quotes instead of brackets? It's working for me and so renebigot could merge

sohayb commented 8 years ago

I tested with "XMLDictionary/XMLDictionary.h" rather than <XMLDictionary/XMLDictionary.h> and it all works. Don't know why the latter didn't work tho. Never the less, since the quotes are working, @renebigot can you please merge that into master and publish/update pod so we can live happily ever after? 😊 cc @mheicke