1

This is a problem I've faced with some third-party frameworks as well but not all. I'm using Cocoapods to install the frameworks and then adding them through "link Binary with Libraries". Below is an example picture of the type of errors I'm getting. How do I get rid of them? I know the problem can't be in the framework since other people have used it successfully (I've seen recent tutorials).

enter image description here

1

1 Answer 1

1

looks like the framework is using older version of swift. Did you try to convert it to newer version. Try to convert it into newer version and then try to manually edit few of the remaining bugs. This is how you can convert it to latest version -

Convert to Latest version of swift

Hope it helps

BR

Sign up to request clarification or add additional context in comments.

2 Comments

You're right, it did have to do with different versions. I didn't know you could update it through xcode. Thanks!
Glad that I could help.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.