linking std::experimental::filesystem with Xcode 9
问题 I am using std::experimental::filesystem with Xcode 9.0 beta. The compiler phase completes OK but the linker complains of undefined symbols: std::experimental::filesystem::v1::path::__filename() const std::experimental::filesystem::v1::path::__filename() const std::experimental::filesystem::v1::path::__stem() const std::experimental::filesystem::v1::__status(std::experimental::filesystem::v1::path const&, std::__1::error_code*) I am also using std::experimental::filesystem::canonical(), but