Reputation: 2467
I have a project that I work on one computer with. I installed it and it runs fine.
I have another computer and tried to run the project. It tells me it can't find a module...even though it says it downloaded and installed the module and I followed the same steps as the other computer
Any ideas?
Checklist:
Upvotes: 0
Views: 91
Reputation: 423
I think the import you are using is wrong, it should be:
import Reachability
Not:
import ReachabilitySwift
Upvotes: 1