You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to a name clash with private frameworks in iOS 10, SSKeychain has been renamed to SAMKeychain, see soffes/SAMKeychain#140. You should probably update your dependencies (e.g. podspec) accordingly and use the new class name internally.
The text was updated successfully, but these errors were encountered:
(By the way) forgot to mention, current apps are safe, since we're using a "namespaced" version of SSKeychain, so nothing should break. (It's actually SPKeychain in our project).
Thanks Jorge! I wasn't looking closely and didn't notice that you forked the library for namespacing purposes (but now I remember that we had that discussion some time ago). I guess then everything is fine as it is. :-) NB: This is not actually causing any problems currently, I just came across that rename and thought I'd let you know.
Due to a name clash with private frameworks in iOS 10,
SSKeychain
has been renamed toSAMKeychain
, see soffes/SAMKeychain#140. You should probably update your dependencies (e.g. podspec) accordingly and use the new class name internally.The text was updated successfully, but these errors were encountered: