I am getting Linked error after adding XMLDictionaryParser files, I see in some of the statckoverflow questions they have suggested to remove x86_64 from valid architecture, but removing that cause many other linker errors for me.I have added both .h and .m files for XMLDictionaryParser from github- https://github.com/nicklockwood/XMLDictionary -
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_XMLDictionaryParser", referenced from:
objc-class-ref in LoginService.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)