sunshinejr / SwiftyUserDefaults

Modern Swift API for NSUserDefaults
http://radex.io/swift/nsuserdefaults/static
MIT License
4.85k stars 366 forks source link

SwiftyUserDefaults (~> 4.0) #196

Closed tolibovumid closed 5 years ago

tolibovumid commented 5 years ago

I want to install SwiftyUserDefaults in my project. But it says: None of your spec sources contain a spec satisfying the dependency: SwiftyUserDefaults (~> 4.0).

sunshinejr commented 5 years ago

@tolibovumid did you try pod repo update?

tolibovumid commented 5 years ago

yes i have updated pod. After that i have message No such module 'SwiftyUserDefaults'

sunshinejr commented 5 years ago

@tolibovumid so when you did the pod repo update (this updates the repository with pod versions, don't mistake it for pod update which updates the pod), did it instal correctly afterwards? The error you're describing is rather from Xcode now and it can mean a lot of things, but let's focus on installing the pod first.

tolibovumid commented 5 years ago

yes you are right. My problem was xcode version. I get last version xcode and the issue solved. Thank you!!

sunshinejr commented 5 years ago

@tolibovumid I’m glad that you were able to fix the problem! :)