Unreal Tournament Generate Project Files not Working on Mac?

I’ve downloaded latest package from Github page and I have Xcode 5.1.1.

After right clicking on project file and choosing “Generate Project Files” I get a Terminal opening and displaying following error:

sh “/Users/Shared/UnrealEngine/4.4/Engine/Build/BatchFiles/Mac/RocketGenerateProjectFiles.sh” -project=“/Users/myUserName/Documents/Unreal Projects/UnrealTournament-master/UnrealTournament/UnrealTournament.uproject” -game

Setting up Unreal Engine 4 project files…

Setting up Mono

Discovering modules, targets and source code for game…
Binding IntelliSense data… 0%ERROR: Exception thrown while processing dependent modules of UnrealTournament
ERROR: Couldn’t find module rules file for module ‘AppFramework’.

How can I solve this please?

Thanks,

Mark

Hey Mark,

We don’t generally handle Unreal Tournament issues here on AnswerHub. place for UT questions is on forums:

I would place it in UT Development Mac sub forum:

I can tell you that I saw same error using 4.4.3. Internally, UT team has been developing in 4.5 Preview, and if you have 4.5 Preview on your system you can Switch Unreal Engine Version to that and it will generate .xcodeproj file as expected. documentation on GitHub page will be updated to reflect this.

Thanks very much for your answer .