Fails to generate Xcode Project

Hi,

So from Unreal Editor (v 4.10), I try to generate the Xcode Project by going to File -> Generate Xcode Project. I get the following progress bar:

7TjPx8t.png

This completes and shows 100% but I don’t find any Xcode project files in my Unreal project folder.

I then try the following steps:

  1. Go to Unreal project folder
  2. Right click on the .uproject file
  3. Services -> Generate Xcode Project

I get the following error message:

Rn5kQKA.png

Any idea why?

You definitely choose a c++ project to start with?? Not seen that happen before

From your project (in the unreal engine Editor) just add a C++ class (File -> New C++ class). Doesn’t have to do anything, it can just be empty. Then try to generate the XCode project (File -> Generate xCode Project).
Hope it helps :slight_smile:

1 Like