[PLEASE HELP]Is there a way to generate an Xcode workspace without opening the editor?


I caught up with this untoward error when I was trying to open a project…
It said that I should try to rebuild Source manually, so I have to create an Xcode workspace and compile the code without opening the editor…
I bought this project for almost 70$…:mad:
Thanks a lot

Hi! We use this shell script for generating project files:



#!/bin/bash

# generate OSX project
cd /Users/Shared/UnrealEngine/4.12/Engine/Build/BatchFiles/Mac
./GenerateProjectFiles.sh -project=${0%/*}/ProjectName.uproject -Game


Don’t forget replace engine version in penultimate string. And ProjectName in last string.

1 Like

Hi, thanks for help, but after I typed the command correctly nothing new appeared in target file:confused:

Problem solved:D