kishikawakatsumi / KeychainAccess

Simple Swift wrapper for Keychain that works on iOS, watchOS, tvOS and macOS.
MIT License
7.95k stars 789 forks source link

Fix macOS deployment target to work with Data class #578

Open ospfranco opened 1 year ago

ospfranco commented 1 year ago

Takes care of https://github.com/kishikawakatsumi/KeychainAccess/issues/576

ospfranco commented 12 months ago

@kishikawakatsumi any ETA for merging this? :)

MensikJan commented 11 months ago

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

ospfranco commented 11 months ago

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 commented 11 months ago

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 commented 11 months ago

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.