Hello… I tried twice to download the monoue branch and the operate dependencies package… Followed instructions (which I build the c++ version all the time)…
But during the UE4>My Mac build process get a bunch errors about missing namespace names…
I am using a Mac Pro (10.12.6) with Xcode 8.3.3 and using Visual Studio For Mac (Really old Xamarin/MonoDevelop with a new Microsoft Face)
Here is a listing of errors I get… Any help would be awesome
Showing Recent Issues
[1216/1654] mac-msbuild.sh UE4_Bindings.sln
MonoUE.Tasks -> /Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Binaries/DotNET/UE4_Build.dll
Consider app.config remapping of assembly “mscorlib, Culture=neutral, PublicKeyToken=b77a5c561934e089” from Version “2.0.0.0” ] to Version “4.0.0.0” [/Library/Frameworks/Mono.framework/Versions/5.0.1/lib/mono/4.6-api/mscorlib.dll] to solve conflict and get rid of warning.
Consider app.config remapping of assembly “System, Culture=neutral, PublicKeyToken=b77a5c561934e089” from Version “2.0.0.0” [/Library/Frameworks/Mono.framework/Versions/5.0.1/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll] to Version “4.0.0.0” [/Library/Frameworks/Mono.framework/Versions/5.0.1/lib/mono/4.6-api/System.dll] to solve conflict and get rid of warning.
/Library/Frameworks/Mono.framework/Versions/5.0.1/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets(1980,5): warning MSB3276: Found conflicts between different versions of the same dependent assembly. Please set the “AutoGenerateBindingRedirects” property to true in the project file. For more information, see Enable or disable autogenerated binding redirects | Microsoft Docs. [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Source/Programs/MonoAssemblyProcess/MonoAssemblyProcess.csproj]
MonoAssemblyProcess -> /Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Binaries/DotNET/UE4_Build.exe
/Library/Frameworks/Mono.framework/Versions/5.0.1/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets(1980,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly “System”. Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoMainDomain/UnrealEngine.MainDomain.csproj]
/Library/Frameworks/Mono.framework/Versions/5.0.1/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets(1980,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly “System.Core”. Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoMainDomain/UnrealEngine.MainDomain.csproj]
/Library/Frameworks/Mono.framework/Versions/5.0.1/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets(1980,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly “System.Xml.Linq”. Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoMainDomain/UnrealEngine.MainDomain.csproj]
/Library/Frameworks/Mono.framework/Versions/5.0.1/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets(1980,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly “Microsoft.CSharp”. Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoMainDomain/UnrealEngine.MainDomain.csproj]
/Library/Frameworks/Mono.framework/Versions/5.0.1/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets(1980,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly “System.Xml”. Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoMainDomain/UnrealEngine.MainDomain.csproj]
UnrealAgentConnection.cs(6,14): error CS0234: The type or namespace name ‘Net’ does not exist in the namespace ‘System’ (are you missing an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoMainDomain/UnrealEngine.MainDomain.csproj]
UnrealAgentServer.cs(7,14): error CS0234: The type or namespace name ‘Net’ does not exist in the namespace ‘System’ (are you missing an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoMainDomain/UnrealEngine.MainDomain.csproj]
UnrealAgentServer.cs(8,14): error CS0234: The type or namespace name ‘Net’ does not exist in the namespace ‘System’ (are you missing an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoMainDomain/UnrealEngine.MainDomain.csproj]
UnrealAgent.cs(9,14): error CS0234: The type or namespace name ‘Net’ does not exist in the namespace ‘System’ (are you missing an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoMainDomain/UnrealEngine.MainDomain.csproj]
UnrealAgent.cs(67,22): error CS0246: The type or namespace name ‘Process’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoMainDomain/UnrealEngine.MainDomain.csproj]
UnrealAgent.cs(135,49): error CS0246: The type or namespace name ‘TcpClient’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoMainDomain/UnrealEngine.MainDomain.csproj]
UnrealAgentServer.cs(123,28): error CS0246: The type or namespace name ‘Process’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoMainDomain/UnrealEngine.MainDomain.csproj]
UnrealAgentServer.cs(44,9): error CS0246: The type or namespace name ‘TcpListener’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoMainDomain/UnrealEngine.MainDomain.csproj]
UnrealAgentConnection.cs(36,3): error CS0246: The type or namespace name ‘TcpClient’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoMainDomain/UnrealEngine.MainDomain.csproj]
UnrealAgentConnection.cs(45,4): error CS0246: The type or namespace name ‘TcpClient’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoMainDomain/UnrealEngine.MainDomain.csproj]
UnrealAgent.cs(73,13): error CS0246: The type or namespace name ‘Process’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoMainDomain/UnrealEngine.MainDomain.csproj]
UnrealAgent.cs(75,43): error CS0246: The type or namespace name ‘Process’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoMainDomain/UnrealEngine.MainDomain.csproj]
Consider app.config remapping of assembly “System, Culture=neutral, PublicKeyToken=b77a5c561934e089” from Version “2.0.0.0” [/Library/Frameworks/Mono.framework/Versions/5.0.1/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll] to Version “4.0.0.0” [/Library/Frameworks/Mono.framework/Versions/5.0.1/lib/mono/4.5-api/System.dll] to solve conflict and get rid of warning.
Consider app.config remapping of assembly “mscorlib, Culture=neutral, PublicKeyToken=b77a5c561934e089” from Version “2.0.0.0” ] to Version “4.0.0.0” [/Library/Frameworks/Mono.framework/Versions/5.0.1/lib/mono/4.5-api/mscorlib.dll] to solve conflict and get rid of warning.
/Library/Frameworks/Mono.framework/Versions/5.0.1/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets(1980,5): warning MSB3276: Found conflicts between different versions of the same dependent assembly. Please set the “AutoGenerateBindingRedirects” property to true in the project file. For more information, see Enable or disable autogenerated binding redirects | Microsoft Docs. [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Source/Programs/MonoGenerateProjects/MonoGenerateProjects.csproj]
MonoGenerateProjects -> /Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Binaries/DotNET/UE4_Build.exe
/Library/Frameworks/Mono.framework/Versions/5.0.1/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets(1980,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly “System”. Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
/Library/Frameworks/Mono.framework/Versions/5.0.1/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets(1980,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly “System.Core”. Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
/Library/Frameworks/Mono.framework/Versions/5.0.1/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets(1980,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly “Microsoft.CSharp”. Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
/Library/Frameworks/Mono.framework/Versions/5.0.1/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets(1980,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly “System.Xml”. Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
CategoryAttribute.cs(6,14): error CS0234: The type or namespace name ‘Linq’ does not exist in the namespace ‘System’ (are you missing an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
ConstructorHelpers.cs(5,14): error CS0234: The type or namespace name ‘Linq’ does not exist in the namespace ‘System’ (are you missing an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
FunctionFlags.cs(5,14): error CS0234: The type or namespace name ‘Linq’ does not exist in the namespace ‘System’ (are you missing an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Key.cs(6,14): error CS0234: The type or namespace name ‘Linq’ does not exist in the namespace ‘System’ (are you missing an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
LifetimeCondition.cs(5,14): error CS0234: The type or namespace name ‘Linq’ does not exist in the namespace ‘System’ (are you missing an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Quaternion.cs(27,14): error CS0234: The type or namespace name ‘ComponentModel’ does not exist in the namespace ‘System’ (are you missing an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Quaternion.cs(28,14): error CS0234: The type or namespace name ‘Xml’ does not exist in the namespace ‘System’ (are you missing an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Quaterniond.cs(27,14): error CS0234: The type or namespace name ‘ComponentModel’ does not exist in the namespace ‘System’ (are you missing an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Quaterniond.cs(28,14): error CS0234: The type or namespace name ‘Xml’ does not exist in the namespace ‘System’ (are you missing an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Vector3.cs(27,14): error CS0234: The type or namespace name ‘Xml’ does not exist in the namespace ‘System’ (are you missing an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Vector3d.cs(27,14): error CS0234: The type or namespace name ‘Xml’ does not exist in the namespace ‘System’ (are you missing an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Vector3h.cs(29,14): error CS0234: The type or namespace name ‘Xml’ does not exist in the namespace ‘System’ (are you missing an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Vector4.cs(27,14): error CS0234: The type or namespace name ‘Xml’ does not exist in the namespace ‘System’ (are you missing an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Vector4d.cs(27,14): error CS0234: The type or namespace name ‘Xml’ does not exist in the namespace ‘System’ (are you missing an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Vector4h.cs(29,14): error CS0234: The type or namespace name ‘Xml’ does not exist in the namespace ‘System’ (are you missing an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
SharedPtr.cs(6,14): error CS0234: The type or namespace name ‘Linq’ does not exist in the namespace ‘System’ (are you missing an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
FixedSizeArray.cs(6,14): error CS0234: The type or namespace name ‘Linq’ does not exist in the namespace ‘System’ (are you missing an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
StructFlags.cs(5,14): error CS0234: The type or namespace name ‘Linq’ does not exist in the namespace ‘System’ (are you missing an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
UFunctionAttribute.cs(6,14): error CS0234: The type or namespace name ‘Linq’ does not exist in the namespace ‘System’ (are you missing an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
UnrealArray.cs(5,14): error CS0234: The type or namespace name ‘Linq’ does not exist in the namespace ‘System’ (are you missing an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Vector4.cs(971,10): error CS0246: The type or namespace name ‘XmlIgnoreAttribute’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Vector4.cs(971,10): error CS0246: The type or namespace name ‘XmlIgnore’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Vector4.cs(977,10): error CS0246: The type or namespace name ‘XmlIgnoreAttribute’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Vector4.cs(977,10): error CS0246: The type or namespace name ‘XmlIgnore’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Vector3d.cs(1157,10): error CS0246: The type or namespace name ‘XmlIgnoreAttribute’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Vector3d.cs(1157,10): error CS0246: The type or namespace name ‘XmlIgnore’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Vector4h.cs(216,10): error CS0246: The type or namespace name ‘XmlIgnoreAttribute’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Vector4h.cs(216,10): error CS0246: The type or namespace name ‘XmlIgnore’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Vector4h.cs(222,10): error CS0246: The type or namespace name ‘XmlIgnoreAttribute’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Vector4h.cs(222,10): error CS0246: The type or namespace name ‘XmlIgnore’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Vector3.cs(1160,10): error CS0246: The type or namespace name ‘XmlIgnoreAttribute’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Vector3.cs(1160,10): error CS0246: The type or namespace name ‘XmlIgnore’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Vector3h.cs(199,10): error CS0246: The type or namespace name ‘XmlIgnoreAttribute’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Vector3h.cs(199,10): error CS0246: The type or namespace name ‘XmlIgnore’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Vector4d.cs(974,10): error CS0246: The type or namespace name ‘XmlIgnoreAttribute’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Vector4d.cs(974,10): error CS0246: The type or namespace name ‘XmlIgnore’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Vector4d.cs(980,10): error CS0246: The type or namespace name ‘XmlIgnoreAttribute’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Vector4d.cs(980,10): error CS0246: The type or namespace name ‘XmlIgnore’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Quaterniond.cs(81,10): error CS0246: The type or namespace name ‘EditorBrowsableAttribute’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Quaterniond.cs(81,10): error CS0246: The type or namespace name ‘EditorBrowsable’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Quaterniond.cs(82,10): error CS0246: The type or namespace name ‘XmlIgnoreAttribute’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Quaterniond.cs(82,10): error CS0246: The type or namespace name ‘XmlIgnore’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Quaterniond.cs(81,26): error CS0103: The name ‘EditorBrowsableState’ does not exist in the current context [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Quaternion.cs(98,10): error CS0246: The type or namespace name ‘EditorBrowsableAttribute’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Quaternion.cs(98,10): error CS0246: The type or namespace name ‘EditorBrowsable’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Quaternion.cs(99,10): error CS0246: The type or namespace name ‘XmlIgnoreAttribute’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Quaternion.cs(99,10): error CS0246: The type or namespace name ‘XmlIgnore’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Quaternion.cs(98,26): error CS0103: The name ‘EditorBrowsableState’ does not exist in the current context [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Quaternion.cs(110,10): error CS0246: The type or namespace name ‘XmlIgnoreAttribute’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Quaternion.cs(110,10): error CS0246: The type or namespace name ‘XmlIgnore’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Quaterniond.cs(93,10): error CS0246: The type or namespace name ‘XmlIgnoreAttribute’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Quaterniond.cs(93,10): error CS0246: The type or namespace name ‘XmlIgnore’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Quaternion.cs(116,10): error CS0246: The type or namespace name ‘XmlIgnoreAttribute’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Quaternion.cs(116,10): error CS0246: The type or namespace name ‘XmlIgnore’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Quaterniond.cs(99,10): error CS0246: The type or namespace name ‘XmlIgnoreAttribute’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Quaterniond.cs(99,10): error CS0246: The type or namespace name ‘XmlIgnore’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Quaternion.cs(122,10): error CS0246: The type or namespace name ‘XmlIgnoreAttribute’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Quaternion.cs(122,10): error CS0246: The type or namespace name ‘XmlIgnore’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Quaterniond.cs(105,10): error CS0246: The type or namespace name ‘XmlIgnoreAttribute’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Quaterniond.cs(105,10): error CS0246: The type or namespace name ‘XmlIgnore’ could not be found (are you missing a using directive or an assembly reference?) [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
Math/Matrix3.cs(343,21): warning CS3006: Overloaded method ‘Matrix3.Equals(ref Matrix3)’ differing only in ref or out, or in array rank, is not CLS-compliant [/Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Managed/MonoBindings/UnrealEngine.Runtime.csproj]
ERROR: UBT ERROR: Failed to produce item: /Users/Shared/UnrealEngine/Install/MONO_4.16/Engine/Plugins/MonoUE/Binaries/Mac/UE4Editor-MonoRuntime.dylib