It is really hard to follow up NE changes. When I left my project just a few months ago it was working. What is changed for Native Extensions? I’m having totally strange!! errors like:
use of undeclared identifier ‘nullptr’
‘mutex’ file not found #include
and other bunch of ‘expected expression’ errors
I’m using “flags: [“-stdlib=libc++“]” on MacOS. Project works fine with Xcode -> default apple-clang.
Yes, sorry about that. I’m assuming you are talking about iOS/macOS builds?
We recently had to go back from using Clang 6.0 to use Apple Clang again.
And, that means they’re still on some older version, which doesn’t have C++11 as default.
You can enable the support explicitly as usual by adding the:
Nope ‘Sir Defold’. What a wonderful title
Because I’m developing my NEs using xcode on MacOS. Xcode uses apple-clang by default. I thought I was on the safe side. Also Defold was using clang (clang 6) for MacOS and iOS before
Thank you, I’m going to try this as soon as possible.
Do you know which version of Apple Clang is available now(latest: 10 )? And are you planning to use Clang 6 again?