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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Add comment