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

Fix macOS deployment target to work with Data class #578

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ospfranco
Copy link

Takes care of #576

Repository owner deleted a comment from gotenks2029 Oct 26, 2023
@ospfranco
Copy link
Author

@kishikawakatsumi any ETA for merging this? :)

@MensikJan
Copy link

is there some solution for package dependencies ? I dont use pods.

@ospfranco
Copy link
Author

For Swift package manager I guess you can fork the repo, fix it there, and pull it from your fork. I'm not an expert in SPM though

@MensikJan
Copy link

I forked project and tried the solution, didnt worked, maybe because its SPM, i have no idea what should i change to make it work.
Compiling for iOS 11.0, but module 'KeychainAccess' has a minimum deployment target of iOS 12.0

@ospfranco
Copy link
Author

You have set the minimum deployment target of 12.0 in your fork, but you are compiling your app for iOS 11.0 it's not going to work.

Copy link

@Hyran1500 Hyran1500 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need help

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

Successfully merging this pull request may close these issues.

None yet

3 participants