Search Issue Tracker
Fixed in 2017.1.X
Votes
0
Found in
5.6.0b3
Issue ID
867324
Regression
Yes
[iOS] All iOS builds fail when using Mono2x since Unity 5.6.0b3
Steps to reproduce:
1) Create a new project.
2) Build for iOS with Mono2x API.
Several similar error messages pop up in the console:
Cross compilation job UnityEngine.Networking.dll failed.
UnityEngine.UnityException: Failed AOT cross compiler: /Applications/Unity5.6.0b4/PlaybackEngines/iOSSupport/Tools/OSX/mono-xcompiler-wrapper.sh --aot=full,asmonly,nodebug,static,outfile="UnityEngine.Networking.dll.s" "UnityEngine.Networking.dll" current dir : /Users/vaidas/Downloads/monoTest/Temp/StagingArea/Data/Managed
result file exists: False. Timed out: False
The build fails; build directory is empty. This occurs with all stripping options. Doesn't reproduce with IL2CPP.
Reproduced on:
5.6.0b4, 5.6.0b3
Did not reproduce:
5.6.0b2, 5.5.0p4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Add comment