This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Project failed to compile on OS X Yosemite using Xcode 6.4 #2016
Comments
I’m not seeing this error building for iOS 8.4 in Xcode 6.4 on Yosemite. Can you provide additional details about your setup?
|
Also, are you building a workspace that was generated via |
I was building for OS X, not iOS device of simulator. I used "make xproj", after which, I attempted to build target "All". The error is reported for "core". The error persists after a clean. Here's the complete error message:
|
The OS X have been completely rewritten in #3135. Please let us know if you’re still seeing this error. Thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The clang compiler complain about "/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.10.xctoolchain/usr/include/c++/v1/atomic:632:58: No viable conversion from 'std::__1::chrono::duration<long long, std::__1::ratio<1, 1000000000> >' to '_Atomic(std::__1::chrono::duration<long long, std::__1::ratio<1, 1000000000> >)'
"
in MapData's constructor, as chrono::duration isn't trivially copyable.
The text was updated successfully, but these errors were encountered: