I’m having an issue building to iOS and Android. I can build to web, Chrome native, and OS X native just fine. Anytime I try to switch platform to iOS or Android, I am immediately welcomed by the bug reporter, which causes unity to lock up.
I am a beginner to Unity, and I’m not sure where to start my search. Here is what I found in editor.log:
Platform assembly: /Applications/Unity/Unity.app/Contents/Frameworks/Mono/lib/mono/2.0/System.Xml.Linq.dll (this message is harmless)
Mono: successfully reloaded assembly
- Completed reload, in 0.631 seconds
System memory in use before: 125.9 MB.
Unloading 2 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)
System memory in use after: 119.5 MB.
Unloading 73 unused Assets to reduce memory usage. Loaded Objects now: 1334.
Total: 12.926746 ms (FindLiveObjects: 0.113015 ms CreateObjectMapping: 0.025083 ms MarkObjects: 1.850499 ms DeleteObjects: 4.001040 ms)
Refresh, detecting if any assets need to be imported or removed ... 0.001557 seconds (Nothing changed)
System memory in use before: 129.8 MB.
Unloading 2 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)
System memory in use after: 128.1 MB.
Unloading 48 unused Assets to reduce memory usage. Loaded Objects now: 1382.
Total: 10.886541 ms (FindLiveObjects: 0.105659 ms CreateObjectMapping: 0.026734 ms MarkObjects: 2.807138 ms DeleteObjects: 0.935183 ms)
Refresh, detecting if any assets need to be imported or removed ... 0.001778 seconds (Nothing changed)
Refresh, detecting if any assets need to be imported or removed ... 0.001773 seconds (Nothing changed)
Receiving unhandled NULL exception
Launching bug reporter
*** Launching bug reporter due to crashbug.
Obtained 0 stack frames.
nothing here jumps out to me, but like I said, I am new to this. Any suggestions of where to start? I’ve tried removing all the assets I’m not using, but that hasn’t helped. I don’t have any warnings in the compiler. My game is very simple and consists only of menus built in NGUI. I’ve tried building on different machines to no avail.
Any help would be appreciated, thank you.