Can't Make UE4 Xcode Project on Mac.(Terminal ERROR)

I’m On Mac
(iMac Lete 2009, Mac OSX 10.9.4, Xcode 5.1.1)
And i can’t Make xcode Project To Build Engine.
When I Open “GenerateProjectFiles.command” Terminal Shows This:

Sorry For My Bad English.:slight_smile:

I am sorry to hear that you are experiencing this issue, and I will begin investigation into this as soon as possible. Thanks for your patience.

In meantime, and for best results, please be sure to review our suggestions for how to report your issues, and feel free to edit your post if you have any additional information to provide:

Thank you.

problem is that your GenerateProjectFIles.command has Windows line endings which Bash doesn’t handle properly. This can happen if you downloaded/unzipped files on Windows and copied to your Mac.

One idea how to workaround this is to files before copying, copy file, then use command line unzip tool on Mac with -a argument to make it convert text files to Mac-compatible format.

My Friend Gave me “UnrealEngine_4.2_Compiled.7z” File.(He is on Windows)
File included this:

i didn’t download and unzip that.
I Have to Download it Again?

I suppose it’d be easiest if you’d just download it directly from GitHub on your Mac. Otherwise you’d need to find some way to convert text files in this archive to Unix line endings.

Thank You. BUT…
my iMac is at somewhere that it can’t Access to Fast Internet.
But i can Download Files With Another Computer(Windows).

If you download from GitHub on PC and copy it to your Mac it should unpack correctly.

Thanks A lot.