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
Hi i am calling cache data like
return AwesomeCache.Cache(name: name, directory: cachePath)
and it's show me error like :
'NSCoding' cannot be used as a type conforming to protocol 'NSCoding' because 'NSCoding' has static requirements.
i am sure that there might be some syntax calling problem , can you please guide for the same , i am using swift 2 as a language with latest version of awesome cache.
The text was updated successfully, but these errors were encountered:
Hi i am calling cache data like
return AwesomeCache.Cache(name: name, directory: cachePath)
and it's show me error like :
'NSCoding' cannot be used as a type conforming to protocol 'NSCoding' because 'NSCoding' has static requirements.
i am sure that there might be some syntax calling problem , can you please guide for the same , i am using swift 2 as a language with latest version of awesome cache.
The text was updated successfully, but these errors were encountered: