Search Issue Tracker
Fixed
Votes
2
Found in
5.4.2f2
Issue ID
869024
Regression
No
[iOS] Setting Logging to 'Full' in PlayerSettings results in 'Stacktrace is not supported on this platform.' for asserts
If the Logging option is set to Full, 'Stacktrace is not supported on this platform.' error messages are displayed when printing assert stack trace.
Steps to reproduce:
1) Open the attached project.
2) In the Player Settings, set the Logging options to 'Full' for Asserts.
3) In the menu, select Build > iOS (enables BuildOptions.ForceEnableAssertions).
4) Run on a device.
5) Press the first UI 'Button'.
'Stacktrace is not supported on this platform.' messages appear in the Xcode's console. When the Logging is set to 'ScriptOnly', assert stack traces are displayed instead. This occurs with Release/Debug and Mono/IL2CPP builds.
Reproduced on:
5.6.0b2, 5.5.0p4, 5.4.4p1
Devices tested:
iPad Mini 2 iOS 9.2.1
iPhone 7 iOS 10.2.1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Profiler - Taking you to the wrong section when using 'show'
- Draw Renderers custom pass doesn't work with SSGI
- WebCamTexture does not set the requested resolution when used in WebGL
- Editor default Stylesheet/Matching Selector buttons in Debugger don't do anything
- Graphics.DrawMeshNow stops rendering Render Texture after a few frames when viewed in the Player
Add comment