Search code examples
iosios5libxml2

where is libxml2.dylib located for iOS?


I cant locate it in the Developer folder in xcode 4 with the iOS 5 sdk, and have not been able to find one by a spotlight search or by looking online.


Solution

  • Try /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk/usr/lib

    A little shell poking usually does the trick:

    $ find /Developer -name "libxml*.dylib"