kishikawakatsumi / KeychainAccess

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

Does not compile under Xcode 15 and Sonoma #576

Open ospfranco opened 11 months ago

ospfranco commented 11 months ago

Hi, I just updated Xcode and macOS and I tried to run my app, and got this flurry of errors:

CleanShot 2023-09-27 at 09 14 46

I guess there is a new check for the availability of the Data class. Is there any easy workaround for now?

ospfranco commented 11 months ago

Found the issue, the target in the podspec is set to 10.09. Bumping it to 10.10 fixes it. For now I've worked around setting it directly on Xcode.

CleanShot 2023-09-27 at 09 30 15