MZFormSheetPresentationController icon indicating copy to clipboard operation
MZFormSheetPresentationController copied to clipboard

Compiler warnings when switching Deployment Target

Open RaoulNL opened this issue 6 years ago • 2 comments

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?

RaoulNL avatar Mar 06 '18 07:03 RaoulNL

Feeel free to fix it and prepare PR

m1entus avatar Mar 06 '18 10:03 m1entus

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?

RaoulNL avatar May 01 '18 08:05 RaoulNL