I built a very simple “platformer” for Cal’s science fair project and it seems to build fine, but it keeps crashing on launch. It runs fine in Unity but not as a standalone. Here’s part of the crash report that seems relevant …
Command: Cals Cube
Path: /Users/David/Desktop/Cals Cube.app/Contents/MacOS/Cals Cube
Parent: WindowServer [10753]
Version: UnityPlayer version 1.2.2 (1.2.2)
PID: 18883
Thread: Unknown
Link (dyld) error:
Symbol not found: _SetNativeSigsegvHandler
Referenced from: /Users/David/Desktop/Cals Cube.app/Contents/MacOS/Cals Cube
Expected in: /Users/David/Desktop/Cals Cube.app/Contents/MacOS/../Frameworks/Mono.framework/libmono.0.dylib
Thoughts?