Unity Build IOS XCODE build error ReentrantLock IL2CPP (882890)

After creating ios build in unity and while running it in XCODE I am getting following errors both are related to ReentrantLock

  • Reference to ‘ReentrantLock’ is ambiguous

  • Member access into incomplete type ‘baselib::ReentrantLock’

Following are screenshots related to it

hi @amodkanthe
Have you got any solution for the above mentioned issue?