You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting the deployment target to 10 I see 9 compiler issues, saying OSSpinLock is deprecated since iOS 10.0. (Use os_unfair_lock() from <os/lock.h> instead. There are three other similar calls which are also deprecated.
Can these warnings be fixed, since most new apps target at least iOS 10?
The text was updated successfully, but these errors were encountered:
I can see that my changes have been approved and merged into the master branche.
However when I add the Pod to my project I do not see my changes.
Using the tool podchecker it says, that version 2.4.3 of this repo is used.
What am I missing?
L.S.,
When setting the deployment target to 10 I see 9 compiler issues, saying OSSpinLock is deprecated since iOS 10.0. (Use os_unfair_lock() from <os/lock.h> instead. There are three other similar calls which are also deprecated.
Can these warnings be fixed, since most new apps target at least iOS 10?
The text was updated successfully, but these errors were encountered: