Greetings. After reinstalling Unreal Engine, removing all extras from the installation (iOS and Android, in my case), all projects, new or existing will not compile with the following error:
The project could not be compiled. Would you like to open it in Xcode?
Running Mono...
Found mono via known Mono.framework path
Running system mono/msbuild, version: Mono JIT compiler version 5.12.0.301 (2018-02/4fe3280bba1 Fri Jul 20 08:25:42 EDT 2018)
/Volumes/Unreal/UE_4.25/Engine /Volumes/Unreal/UE_4.25/Engine/Binaries/Mac
Creating makefile for MyProject3Editor (no existing makefile)
WARNING: Library '/System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/Current/MultitouchSupport' was not resolvable to a file when used in Module 'Core', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
WARNING: Library '/System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/Current/MultitouchSupport' was not resolvable to a file when used in Module 'ApplicationCore', assuming it is a filename and will search library paths for it. This is slow and dependency checking will not work for it. Please update reference to be fully qualified alternatively use PublicSystemLibraryPaths if you do intended to use this slow path to suppress this warning.
@progress push 5%
Parsing headers for MyProject3Editor
Running UnrealHeaderTool "/Volumes/Unreal/UDev/MyProject3/MyProject3.uproject" "/Volumes/Unreal/UDev/MyProject3/Intermediate/Build/Mac/MyProject3Editor/Development/MyProject3Editor.uhtmanifest" -LogCmds="loginit warning, logexit warning, logdatabase error" -Unattended -WarningsAsErrors -abslog="/Users/-------/Library/Application Support/Epic/UnrealBuildTool/Log_UHT.txt" -installed
LogMac: Warning: dlopen failed: dlopen(/Volumes/Unreal/UE_4.25/Engine/Binaries/Mac/System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/Current/CoreSymbolication, 5): image not found
Reflection code generated for MyProject3Editor in 7.3466967 seconds
@progress pop
Building MyProject3Editor...
Performing 7 actions (8 in parallel)
[1/7] Compile SharedPCH.Engine.ShadowErrors.h
[2/7] Compile MyProject3.cpp
[3/7] Compile MyProject3GameModeBase.cpp
[4/7] Compile MyProject3.init.gen.cpp
[5/7] Compile MyProject3GameModeBase.gen.cpp
[6/7] Link UE4Editor-MyProject3.dylib
clang: error: no such file or directory: '/System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/Current/MultitouchSupport'
clang is correct. That file doesn’t exist.
ls /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/Current
Resources _CodeSignature
Any workaround?