0

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

enter image description here enter image description here

Any ideas?

Checklist:

  1. restarted xcode,
  2. cleaned project,
  3. updated xcode,
  4. opened project from 3 workspace, folder and project,
  5. built module from scheme (no problems)
3
  • 1
    Have you done all the usual things like restarting Xcode after installing the pods and cleaning your build to force a complete rebuild? Commented May 17, 2018 at 23:12
  • @juhan_h restarted xcode, cleaned project, updated xcode, opened project from 3 workspace, folder and project, built module from scheme (no problems). I'm at a loss.... Commented May 17, 2018 at 23:28
  • @juhan_h Have you try to remove the Podfile.lock ? It will re-download Pods without knowning versions Commented May 18, 2018 at 7:27

1 Answer 1

1

I think the import you are using is wrong, it should be:

import Reachability

Not:

import ReachabilitySwift
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.