Search Issue Tracker
Fixed
Votes
0
Found in
5.3.6p2
Issue ID
869305
Regression
No
[iOS][IL2CPP][Simulator][UnityEngine.iOS.Device.advertisingIdentifier] Crash at String.cpp:74
Reproduction steps:
1. Open the attached "Archive" project.
2. Make sure Target SDK in iOS Player Settings is set to Simulator SDK.
3. Build it to Xcode.
4. Run with Simulator.
- Application crashes when trying to access "UnityEngine.iOS.Device.advertisingIdentifier" property with Debug.Log:
* thread #1: tid = 0xdc57de, 0x000000010ed46f52 libsystem_c.dylib`strlen + 18, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
frame #0: 0x000000010ed46f52 libsystem_c.dylib`strlen + 18
* frame #1: 0x0000000107d8974e ProductName`il2cpp::vm::String::NewWrapper(char const*) [inlined] il2cpp::vm::String::New(str=0x0000000000000000) + 5 at String.cpp:74 [opt]
frame #2: 0x0000000107d89749 ProductName`il2cpp::vm::String::NewWrapper(str=0x0000000000000000) + 9 at String.cpp:79 [opt]
frame #3: 0x0000000107645b9c ProductName`::Device_get_advertisingIdentifier_m593615903(__this=<unavailable>, method=<unavailable>) + 11 at Bulk_UnityEngine_0.cpp:6849 [opt]
...
Reproduced with:
- 5.2.5f1,
- 5.6.0b3;
- Simulator
Not reproducible with:
- iOS device
Notes:
- Full log attached in the edit.
- Couldn't test it with Mono2x, because it doesn't build with:
Cross compilation job UnityEngine.Networking.dll failed.
UnityEngine.UnityException: Failed AOT cross compiler
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is shown when launching a freshly created project
- Editor Windows dragging behavior is erratic/glitchy when a specific multi-display setup is used and the Editor window is not on the main display
- Meta Quest missing an icon in Build Profiles window in U6.0
- Foldout arrow indent is misaligned in the Inspector when used for Arrays or Lists
- Material import pipeline strips properties when it is added with a script
Add comment