0

When I try to build unity for webGL I get an error,

Exception: /Applications/Unity/Unity.app/Contents/il2cpp/build/il2cpp.exe did not run properly!

I am using lastest Unity on Mac, so I guess it cannot run il2cpp.exe file, is there any way to use the Xcode compiler instead? or any other solution?

gman
  • 100,619
  • 31
  • 269
  • 393
barha
  • 709
  • 1
  • 7
  • 22
  • This is a general error message, which doesn't indicate the cause of the problem. Can you provide more details about the error message (there should be more information in the log)? The il2cpp.exe utility is a _managed_ executable though. It runs via Mono, so it is correct to run it on a Mac. – Josh Peterson Mar 27 '17 at 12:06

1 Answers1

0

The problem was my python version, it was 2.6, this process required python 2.7.

barha
  • 709
  • 1
  • 7
  • 22