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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment