After creating ios build in unity and while running it in XCODE I am getting following errors both are related to ReentrantLock
1. Reference to ‘ReentrantLock’ is ambiguous
2. Member access into incomplete type ‘baselib::ReentrantLock’
Following are screenshots related to it
![alt text][1]
Using Unity version 2021.3.2f1 and Xcode version 13.3.1 (13E500a)
How to fix these errors?
[1]: /storage/temp/196307-screenshot-2022-05-13-at-54337-pm.png
↧