Search Issue Tracker
By Design
By Design in 2023.3.X
Votes
0
Found in
2022.3.10f1
2023.1.14f1
2023.2.0b10
2023.3.0a5
Issue ID
UUM-49201
Regression
Yes
Build fails and “Reference to 'ReentrantLock' is ambiguous” errors appear when building for iOS devices if having a C++ file with a header
How to reproduce:
1. Build And Run the user’s attached “unity-include-bug.zip” project on an iOS device
2. Observe the result
Expected result: The app runs
Actual result: Build fails and “Reference to 'ReentrantLock' is ambiguous” errors appears
Reproducible with: 2022.2.0a14, 2022.2.21f1, 2022.3.10f1, 2023.1.14f1, 2023.2.0b10, 2023.3.0a5
Not reproducible with: 2021.3.30f1, 2022.2.0a13
Reproduced on:
VLNQA00494 - iPhone 14 Pro Max, 16.3.1 iOS
VLNQA00358 - iPhone 12, 14.1 iOS
VLNQA00392 - iPad (9th generation), 15.0 iOS
VLNQA00310 - iPad Pro 12.9", 13.4.1 iOS
Not reproducible on:
VLNQA00120, Google Pixel 2 (Pixel 2), Android 8.1.0, CPU: Snapdragon 835 MSM8998, GPU: Adreno (TM) 540
VLNQA00523, Samsung Galaxy S23 (SM-S911U), Android 13, CPU: Snapdragon 8 Gen 2 (SM8550), GPU: Adreno (TM) 740
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
Including os/Mutex.h an other files from our il2cpp library in user plugins is not supported
Resolution Note (2023.3.X):
Including os/Mutex.h an other files from our il2cpp library in user plugins is not supported