Unable to run Native Client on Mac OSX

Hi Everyone -

I was able to get a Cocos2d-x NaCl app to build on Mac OSX instead of Linux. However, when I go ahead and try and run the application I get the follow error:

“This page uses a Native Client application that doesn’t work on your computer.”

I have no idea how to debug why this is. Does anyone have any experience with NaCl that could maybe help me out here? I’d greatly appreciate it

Thanks :slight_smile:

I was able to fix this. Apparently the 64bit version of a NaCl *.nexe doesn’t work on my 64 bit Mac (10.8.3, Retina Pro). I had to build the i686 version.

All is working now.