jrendel / SwiftKeychainWrapper

A simple wrapper for the iOS Keychain to allow you to use it in a similar fashion to User Defaults. Written in Swift.
MIT License
1.59k stars 339 forks source link

Receiving "warning: linking against a dylib which is not safe for use in application extensions" #181

Open chipcleary opened 1 year ago

chipcleary commented 1 year ago

Very helpful package!

I receive this warning when I use it in an app I am developing which includes an intents extension.

In case it is helpful, this StackOverflow post describes how to resolve it.