Hi, I recently compiled and run UE4 source code on my mac using Xcode 6, problem i have been having is that i don’t know how to make it an executable file. Can someone please help me with this issue.
Thank you
Hi, I recently compiled and run UE4 source code on my mac using Xcode 6, problem i have been having is that i don’t know how to make it an executable file. Can someone please help me with this issue.
Thank you
Hey Root0x,
You can find the .app for Editor here: /Users/Shared/UnrealEngine-4.4/Engine/Binaries/Mac/
. Note that UnrealEngine-4.4
may be called something else if you renamed folder when you downloaded from GitHub. file you’re looking for is UE4Editor-Mac-Debug.app
.
The .exe file won’t open in OSX, but you can find that in /Engine/Binaries/Win64/
.
Hope that helps!