I am trying to setup a touchxml library and getting an error libxml/tree.h no such file or directory. I added the linker flags and the header search paths as follow: /usr/include/libxml2 and linker flag -lxml2
I have looked all the documentation, but no go. Can someone help me on this?
Thanks
In Objective-C programming, error handling is provided with NSError class available in Foundation framework. An NSError object encapsulates richer and more extensible error information than is possible using only an error code or error string.
A string containing the error domain. The user info dictionary.
You throw (or raise) an exception by instantiating an NSException object and then doing one of two things with it: Using it as the argument of a @throw compiler directive. Sending it a raise message.
If Swift succeeds, Objective-C will go away. It won't be deprecated, but it'll move to Florida to enjoy its golden years. It'll spend days running the legacy app with a million lines of code, and its nights sipping margaritas with the OAuth library everyone fears rewriting.
Ok I got it to work I was putting the /usr/include/libxml2 into User header search paths instead of header search path.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With