OSX build fails when "Development Build" is checked..

I am having a very strange issue here. I have a project that will build to windows without issue. But when building to OSX, the build only “works” when i uncheck “Development Build”… Otherwise, the file (app) it creates won’t run… Theres no errors at all… not from unity or from the app when you try to run it…

Any ideas of a possible cause/fix?

Does anything appear in the Mac OSX Console app? Anything get written into the player log? (If the app doesn’t get launched by the OS, then the player log won’t get created.) I’d expect one of those logging systems to have something that helps figure this one out.

ok… i checked the player log and it’s not logging anything at all.

the console says:

4/25/14 3:48:11.415 PM com.apple.launchd.peruser.502[230]: (unity.Interactive.EV.187472[29090]) Job failed to exec(3) for weird reason: 13

? :slight_smile:

macos - Running app on MacOSX Mountain Lion: Job failed to exec(3) for weird reason: 13 - Super User ? :wink:

i already tried that… chmod does not help…

and IF chmod was the fix, why would it create it correctly when you uncheck the “development build” checkbox?