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

Can this pod work with Mac Project Catalyst #166

Open codicil opened 3 years ago

codicil commented 3 years ago

While integrated using cocoapods I am getting warnings dyld: warning, LC_RPATH @loader_path/../Frameworks...... dyld: warning, LC_RPATH @executable_path/Frameworks....... dyld: warning, LC_RPATH @loader_path/Frameworks....... dyld: warning, LC_RPATH @executable_path/Frameworks..... dyld: Library not loaded: @rpath/SwiftKeychainWrapper.framework/Versions/A/SwiftKeychainWrapper

Please let me know how to get around this morning, my app is iOS base and using Project Catalyst to work on macOS