Re: Updating to Xcode 10


 



On Sep 21, 2018, at 1:33 AM, John Brownie <john_brownie@...> wrote:

Anyway, it looks as though the issue is that the C++ library that I rely on is built with the GNU C++ Standard Library in mind, and that is not present on my machine. I assume that it disappeared at some point in the past, possibly between Xcode 9.2 (which was the last version I was using) and Xcode 10.0. Is there a way to get it back?

Xcode stopped supporting the GNU C++ lib a few releases ago. You’ll need to use Clang’s libc++ instead. Hopefully there should be few compatibility problems.

—Jens

Join {cocoa@apple-dev.groups.io to automatically receive all group messages.