Automation Tool Error

Hello everyone,

I had an issue with packaging my game on a PC, because of Visual Studio 2015 and NuGet. So, I took my project over to a MAC computer, and tried to package it there. However, I ran into ANOTHER problem. Here is the Output Log: link text

If anyone can help, it would be greatly appreciated. I have a client, that needs this project by tomorrow.

Thank you in advance.

Hello 20TwentyVizion,

Inside of the log file, it mentions the following:

ERROR: Invalid SDK MacOSX.sdk, not found in /Library/Developer/CommandLineTools/Platforms/MacOSX.platform/Developer/SDKs

It seems that you don’t have the Mac SDK installed. This will need be installed to do any sort of compiling related to UE4 on Mac.

Thank you very much. I will install the Mac SDK.