I have an old Xcode project for iOS where I used libxml2.dylib and libresolv.9.dylib. After installing XCode7.
I can't find the files and I don't know where to search. Can someone help me?
I have an old Xcode project for iOS where I used libxml2.dylib and libresolv.9.dylib. After installing XCode7.
I can't find the files and I don't know where to search. Can someone help me?
SleepyViking's answer in this thread provides a shortcut to find missing .dylib files.
With the new Xcode and new iOS the links with the libresolv.9.dylib and libxml2.dylib must be updated removing the reference from Target->Building Phases and adding the new files: the files are now in a different folder:
where yyyyyy is the user name and xxxxxx the iOS bulild.