Search Issue Tracker
Third Party Issue
Votes
0
Found in
2022.3.5f1
2023.2.0a23
Issue ID
UUM-44325
Regression
Yes
[iOS] Empty Unity app crashes on iOS 13 devices
Steps to reproduce:
- Create a new Unity project (or open attached 'test-emptyproj.zip')
- Build the project for iOS platform
- Deploy to iOS 13 device
Expected result: App launches, no issues.
Actual result: App crashes on startup, stacktrace below:
{code:java}
- thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
- frame #0: 0x0000000107ded6e8 UnityFramework`void* StaticInitializeInternal::ConstructType<fixed_array<VideoVFSBufferManager::UnusedBufferList, 8ul>, false>(void, MemLabelId) + 168
frame #1: 0x0000000104ae4a34 dyld`ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 468{code}
Reproducible with: 2022.3.5f1, 2023.2.0a23
Not reproducible with: 2021.3.25f1
Tested devices:
iPhone SE (2nd gen), iOS 13.4 - Reproduced*
iPhone 11 Pro Max, iOS 14.1 - Not reproducible
iPhone 12 Pro, iOS 15.0 - Not reproducible
iPhone 14 Pro Max, iOS 16.6 - Not reproducible
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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Resolution Note:
Issue was specific to Xcode beta 2 version.
Newer versions no longer reproduce this problem.