Search Issue Tracker
By Design
Votes
0
Found in
2017.1.3p1
Issue ID
1004354
Regression
No
[iOS] Crash with "dyld`dyld_fatal_error" using old Metal devices
Reproduction steps:
1. Open the attached Xcode project (02/20/2018).
2. Build it to iOS.
Actual result:
- The application will crash:
- thread #1, stop reason = EXC_BREAKPOINT (code=1, subcode=0x120049088)
- frame #0: 0x0000000120049088 dyld`dyld_fatal_error
frame #1: 0x000000012004befc dyld`dyld::halt(char const) + 96
frame #2: 0x000000012004e1b8 dyld`dyld::_main(macho_header const, unsigned long, int, char const**, char const**, char const*, unsigned long) + 3920
frame #3: 0x0000000120049044 dyld`_dyld_start + 68
Reproduced with:
iPhone SE iOS 9.3
iPhone 6+ iOS 8.0
Not reproducible with:
iPod Touch 6th gen iOS 10.2
iPhone 7 iOS 11.0
iPad Mini 3 iOS 10.3
Note:
- Full Unity project is attached in the OC link (03/01/2018):
= Make sure libraries are included in Xcode Build Phases: ImageIO.framework and UserNotifications.framework.
Resolved (by design): old iOS devices crashed because UserNotifications.framework requires at least iOS 10.0
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 mono_dump_native_crash_info when changing a Particle System Renderer’s Material Shader to Standard Unlit
- VFX Prefab doesn’t have Preview icon in Project window and Preview window is empty in Inspector window
- Visual Effect Graph error message does not disappear and lasts forever until the Visual Effect Graph is reopened even when the error causing connection/node is deleted and Visual Effect Graph is saved
- “RenderSettings customReflection texture has invalid type” error keeps getting thrown even when Environment Reflections was set back to Skybox from Custom with an invalid texture
- Particle System with the custom Material breaks the Scene view when the material is using a Shader Graph with the Texture with the power of negative value
Add comment