Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiler warnings when switching Deployment Target #158

Open
RaoulNL opened this issue Mar 6, 2018 · 2 comments
Open

Compiler warnings when switching Deployment Target #158

RaoulNL opened this issue Mar 6, 2018 · 2 comments

Comments

@RaoulNL
Copy link
Contributor

RaoulNL commented Mar 6, 2018

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?

@m1entus
Copy link
Owner

m1entus commented Mar 6, 2018

Feeel free to fix it and prepare PR

@RaoulNL
Copy link
Contributor Author

RaoulNL commented May 1, 2018

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants