http://llvm.org/bugs/show_bug.cgi?id=19179
Chris Ballinger <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #6 from Chris Ballinger <[email protected]> --- Looks like this was an issue with Xcode 5.1 including outdated versions of ranlib in certain SDK paths. To resolve this, you have to remove the paths pointing to the outdated version of ranlib (/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/ranlib) and instead make sure its using the one in /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
