Search Issue Tracker
Fixed
Votes
0
Found in
5.5.0f3
Issue ID
869696
Regression
No
[iOS][Xcode] Stack traces miss frames on iOS with IL2CPP and "Run in Xcode as" set to "Release
Reproduction Steps:
1. Open "StackTraceTest" project
2. Open build settings
3. Set "Run in Xcode as" to "Release"
4. Build and deploy to iOS device
5. Press "Exception in Update" UI Button
6. Look into Xcode output console
7. Notice that Stack Trace is incorrect
Incorrect stack trace (StackTraceTest.OnExceptionInUpdateClicked should not be there):
TestException: exception in some method
at StackTraceTest.MethodY () [0x00000] in <filename unknown>:0
at StackTraceTest.OnExceptionInUpdateClicked () [0x00000] in <filename unknown>:0
at StackTraceTest.MethodX () [0x00000] in <filename unknown>:0
Reproduced on versions: Unity 5.3.7p4, 5.4.4p2, 5.5.1p2, 5.6.0b6
Reproduced on device iPhone 7 Plus iOS 10.2
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Physics SyncColliders 3x-7x performance regression from 2022LTS to U6
- ListView's '+' button causes a recursively dispatching event when the visual element area is filled up
- Soft keyboard closes immediately after multiple touches are made if Pointer Behavior is set to SingleUnifiedPointer
- UI Image batching breaks when interleaving elements with mixed z-positions and materials
- KeyNotFoundException is thrown when retrieving some values from HyperLinkClickedEventArgs
MegazebraAnton
Jul 18, 2017 12:55
Would be nice if this gets fixed soon. It's hard to debug live issues because of that.
PatrickMegazebra
Jul 07, 2017 08:04
hope it gets fixed and patched soon. we have issues with stacktraces in version 5.5.2.p2