Basic code project does not compile for mac

This is my error code. Could not find another like it in the forums.

The project could not be compiled. Would you like to open it in Xcode?


Running Mono...

Setting up Mono
/Users/Shared/UnrealEngine/4.11/Engine /Users/Shared/UnrealEngine/4.11/Engine/Binaries/Mac
Compiling with MacOSX SDK 10.10
@progress push 5%
Parsing headers for MyProjectEditor
  Running UnrealHeaderTool "/Users/empco/Documents/Unreal Projects/MyProject/MyProject.uproject" "/Users/empco/Documents/Unreal Projects/MyProject/Intermediate/Build/Mac/MyProjectEditor/Development/UnrealHeaderTool.manifest" -LogCmds="loginit warning, logexit warning, logdatabase error" -Unattended -WarningsAsErrors -installed
Reflection code generated for MyProjectEditor in 2.8831997 seconds
@progress pop
Performing 6 actions (8 in parallel)
[1/6] Compile MyProject.h
In file included from /Users/empco/Documents/Unreal Projects/MyProject/Intermediate/Build/Mac/UE4Editor/Development/MyProject/MyProject.h:4:
In file included from /Users/empco/Documents/Unreal Projects/MyProject/Source/MyProject/MyProject.h:5:
In file included from Runtime/Engine/Public/Engine.h:9:
In file included from Runtime/Core/Public/Core.h:76:
Runtime/Core/Public/Delegates/Delegate.h:324:24: error: non-type template argument specializes a template parameter with dependent type 'T'
                        struct Inner<Dummy, ':', ':', Chars...>
                                            ^~~
Runtime/Core/Public/Delegates/Delegate.h:302:31: note: template parameter is declared here
                        template <bool Dummy, T... Chars>
                                                   ^
1 error generated.
-------- End Detailed Actions Stats -----------------------------------------------------------
ERROR: UBT ERROR: Failed to produce item: /Users/empco/Documents/Unreal Projects/MyProject/Binaries/Mac/UE4Editor-MyProject.dylib
Total build time: 15.24 seconds

Hi,

This is a known issue with Clang versions older than 3.5. Please update your Xcode install to a newer Clang version.

Steve

I had exactly the same error. I have udpated Xcode to 7.2 and now i confirm that it work.