evgenyneu / keychain-swift

Helper functions for saving text in Keychain securely for iOS, OS X, tvOS and watchOS.
MIT License
2.85k stars 345 forks source link

Error when adding KeychainSwift as Swift Package to my own Swift Package #172

Open DeveloperMMB opened 1 year ago

DeveloperMMB commented 1 year ago

Hi,

I have the same issue as #169 with the name parameter included. Is there another issue or have I messed up the configuration? First time using SPM and also creating a local SPM to be shared by a couple of apps.

Thanks!

Mikey