java
sql
php
css
ajax
mysql
database
xcode
android
ruby-on-rails
regex
visual-studio
multithreading
silverlight
html5
json
tsql
delphi
api
dom
Try this:
"$(SDK_DIR)"/usr/include/libxml2
If you click on "All" and "Combined" go down to the Search Paths section. Make sure you add $(SDK_DIR)/usr/include/libxml2 to the "Header Search Paths" section and not the "Library Search Paths" section.
You need to add also the framework libxml2.dylib
Had the same problem...
You're adding the header path "$(SDKROOT)/usr/include/libxml2" to "User Header Search Paths", you need to add it to "Header Search Paths", several lines above.
Cheers!
Make User Header Search paths empty and write
$(SDK_DIR)"/usr/include/libxml2
in Header Search paths which is above the Library Search Paths
Please try this one: ${SDK_DIR}/usr/include/libxml2
yes
This works for me.
Guys you need to add taht "$(SDK_DIR)/usr/include/libxml2" in "Release" Category rather then in "Debug" Category under "Header Search Path" if you are putting it into a device ... i Hope that would Help Insha-Allah . It Worked For Me. :)