Hi @mhutch… Thanks for responding… I re-build the project… and this is what I get… the whole build is a bunch of the same namespace errors but the top does not show anything wrong that I can see… UNLESS the 2.0.0.0 to 4.0.0.0 conflicts are the problem
Maybe does not like the MONO setup from my Mac… Use Visual Studio For Mac (Used to use Xamarin Studio… Same thing really) that should have setup the latest mono properly on machine.
Anyways… here is the top part of the build
Showing Recent Issues
Setting up Mono
Building UE4Editor…
2017-08-03 11:54:47.407 defaults[12867:652761]
The domain/default pair of (com.apple.dt.Xcode, IDEBuildOperationMaxNumberOfConcurrentCompileTasks) does not exist
Running command : Engine/Binaries/DotNET/UnrealBuildTool.exe UE4Editor Mac Development
Performing 1 actions (8 in parallel)
[1/1] mac-msbuild.sh UE4_Bindings.sln
MonoUE.Tasks -> /Users/mackey/Projects/UnrealEngine/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/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Source/Programs/MonoAssemblyProcess/MonoAssemblyProcess.csproj]
MonoAssemblyProcess -> /Users/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Binaries/DotNET/UE4_Build.exe
UnrealEngine.MainDomain -> /Users/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Binaries/Mac/MonoEditor/UE4_Build.dll
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/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Source/Programs/MonoGenerateProjects/MonoGenerateProjects.csproj]
MonoGenerateProjects -> /Users/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Binaries/DotNET/UE4_Build.exe
UnrealEngine.Runtime -> /Users/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Binaries/Mac/MonoEditor/UE4_Build.dll
UnrealEngine.BuiltinModules -> /Users/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Binaries/Mac/MonoEditor/UE4_Build.dll
IntMargin.cs(3,20): error CS0234: The type or namespace name ‘Runtime’ does not exist in the namespace ‘UnrealEngine’ (are you missing an assembly reference?) [/Users/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Intermediate/Build/Mac/Mono/Paper2D/UnrealEngine.Paper2D.csproj]
Paper2DModule.cs(3,20): error CS0234: The type or namespace name ‘Runtime’ does not exist in the namespace ‘UnrealEngine’ (are you missing an assembly reference?) [/Users/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Intermediate/Build/Mac/Mono/Paper2D/UnrealEngine.Paper2D.csproj]
PaperCharacter.cs(3,20): error CS0234: The type or namespace name ‘Runtime’ does not exist in the namespace ‘UnrealEngine’ (are you missing an assembly reference?) [/Users/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Intermediate/Build/Mac/Mono/Paper2D/UnrealEngine.Paper2D.csproj]
PaperFlipbook.cs(3,20): error CS0234: The type or namespace name ‘Runtime’ does not exist in the namespace ‘UnrealEngine’ (are you missing an assembly reference?) [/Users/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Intermediate/Build/Mac/Mono/Paper2D/UnrealEngine.Paper2D.csproj]
PaperFlipbookActor.cs(3,20): error CS0234: The type or namespace name ‘Runtime’ does not exist in the namespace ‘UnrealEngine’ (are you missing an assembly reference?) [/Users/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Intermediate/Build/Mac/Mono/Paper2D/UnrealEngine.Paper2D.csproj]
PaperFlipbookComponent.cs(3,20): error CS0234: The type or namespace name ‘Runtime’ does not exist in the namespace ‘UnrealEngine’ (are you missing an assembly reference?) [/Users/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Intermediate/Build/Mac/Mono/Paper2D/UnrealEngine.Paper2D.csproj]
PaperGroupedSpriteActor.cs(3,20): error CS0234: The type or namespace name ‘Runtime’ does not exist in the namespace ‘UnrealEngine’ (are you missing an assembly reference?) [/Users/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Intermediate/Build/Mac/Mono/Paper2D/UnrealEngine.Paper2D.csproj]
PaperGroupedSpriteComponent.cs(3,20): error CS0234: The type or namespace name ‘Runtime’ does not exist in the namespace ‘UnrealEngine’ (are you missing an assembly reference?) [/Users/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Intermediate/Build/Mac/Mono/Paper2D/UnrealEngine.Paper2D.csproj]
PaperSprite.cs(3,20): error CS0234: The type or namespace name ‘Runtime’ does not exist in the namespace ‘UnrealEngine’ (are you missing an assembly reference?) [/Users/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Intermediate/Build/Mac/Mono/Paper2D/UnrealEngine.Paper2D.csproj]
PaperSpriteActor.cs(3,20): error CS0234: The type or namespace name ‘Runtime’ does not exist in the namespace ‘UnrealEngine’ (are you missing an assembly reference?) [/Users/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Intermediate/Build/Mac/Mono/Paper2D/UnrealEngine.Paper2D.csproj]
PaperSpriteAtlas.cs(3,20): error CS0234: The type or namespace name ‘Runtime’ does not exist in the namespace ‘UnrealEngine’ (are you missing an assembly reference?) [/Users/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Intermediate/Build/Mac/Mono/Paper2D/UnrealEngine.Paper2D.csproj]
PaperSpriteBlueprintLibrary.cs(3,20): error CS0234: The type or namespace name ‘Runtime’ does not exist in the namespace ‘UnrealEngine’ (are you missing an assembly reference?) [/Users/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Intermediate/Build/Mac/Mono/Paper2D/UnrealEngine.Paper2D.csproj]
PaperSpriteComponent.cs(3,20): error CS0234: The type or namespace name ‘Runtime’ does not exist in the namespace ‘UnrealEngine’ (are you missing an assembly reference?) [/Users/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Intermediate/Build/Mac/Mono/Paper2D/UnrealEngine.Paper2D.csproj]
PaperTerrainActor.cs(3,20): error CS0234: The type or namespace name ‘Runtime’ does not exist in the namespace ‘UnrealEngine’ (are you missing an assembly reference?) [/Users/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Intermediate/Build/Mac/Mono/Paper2D/UnrealEngine.Paper2D.csproj]
PaperTerrainComponent.cs(3,20): error CS0234: The type or namespace name ‘Runtime’ does not exist in the namespace ‘UnrealEngine’ (are you missing an assembly reference?) [/Users/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Intermediate/Build/Mac/Mono/Paper2D/UnrealEngine.Paper2D.csproj]
PaperTerrainMaterial.cs(3,20): error CS0234: The type or namespace name ‘Runtime’ does not exist in the namespace ‘UnrealEngine’ (are you missing an assembly reference?) [/Users/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Intermediate/Build/Mac/Mono/Paper2D/UnrealEngine.Paper2D.csproj]
PaperTerrainSplineComponent.cs(3,20): error CS0234: The type or namespace name ‘Runtime’ does not exist in the namespace ‘UnrealEngine’ (are you missing an assembly reference?) [/Users/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Intermediate/Build/Mac/Mono/Paper2D/UnrealEngine.Paper2D.csproj]
PaperTileInfo.cs(3,20): error CS0234: The type or namespace name ‘Runtime’ does not exist in the namespace ‘UnrealEngine’ (are you missing an assembly reference?) [/Users/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Intermediate/Build/Mac/Mono/Paper2D/UnrealEngine.Paper2D.csproj]
PaperTileLayer.cs(3,20): error CS0234: The type or namespace name ‘Runtime’ does not exist in the namespace ‘UnrealEngine’ (are you missing an assembly reference?) [/Users/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Intermediate/Build/Mac/Mono/Paper2D/UnrealEngine.Paper2D.csproj]
PaperTileMap.cs(3,20): error CS0234: The type or namespace name ‘Runtime’ does not exist in the namespace ‘UnrealEngine’ (are you missing an assembly reference?) [/Users/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Intermediate/Build/Mac/Mono/Paper2D/UnrealEngine.Paper2D.csproj]
PaperTileMapActor.cs(3,20): error CS0234: The type or namespace name ‘Runtime’ does not exist in the namespace ‘UnrealEngine’ (are you missing an assembly reference?) [/Users/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Intermediate/Build/Mac/Mono/Paper2D/UnrealEngine.Paper2D.csproj]
PaperTileMapComponent.cs(3,20): error CS0234: The type or namespace name ‘Runtime’ does not exist in the namespace ‘UnrealEngine’ (are you missing an assembly reference?) [/Users/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Intermediate/Build/Mac/Mono/Paper2D/UnrealEngine.Paper2D.csproj]
PaperTileSet.cs(3,20): error CS0234: The type or namespace name ‘Runtime’ does not exist in the namespace ‘UnrealEngine’ (are you missing an assembly reference?) [/Users/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Intermediate/Build/Mac/Mono/Paper2D/UnrealEngine.Paper2D.csproj]
TileMapBlueprintLibrary.cs(3,20): error CS0234: The type or namespace name ‘Runtime’ does not exist in the namespace ‘UnrealEngine’ (are you missing an assembly reference?) [/Users/mackey/Projects/UnrealEngine/Engine/Plugins/MonoUE/Intermediate/Build/Mac/Mono/Paper2D/UnrealEngine.Paper2D.csproj]