Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
High
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: Release 10.0.0
-
Component/s: None
-
Labels:
-
Story Points:3
-
Sprint:2020 Sprint 24, 2020 Sprint 25
Description
OSSpinLock has deprecated in iOS 10 with replacement of os_unfair_lock.
In TitaniumKit framework, OSSpinLock is used many place for synchronization, which gives warning.
Replace OSSpinLock with os_unfair_lock.