XlsxReaderWriter icon indicating copy to clipboard operation
XlsxReaderWriter copied to clipboard

XMLDictionary import fixed

Open dpyro opened this issue 8 years ago • 5 comments

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

dpyro avatar May 30 '16 18:05 dpyro

@renebigot can you please merge this pull request!

sohayb avatar Jul 10 '16 13:07 sohayb

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

renebigot avatar Jul 10 '16 13:07 renebigot

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

sohayb avatar Jul 10 '16 20:07 sohayb

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

mheicke avatar Aug 12 '16 11:08 mheicke

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

sohayb avatar Aug 12 '16 16:08 sohayb