mas/Carthage/Checkouts/Quick/Documentation/en-us/Troubleshooting.md
2018-09-05 09:54:08 +10:00

510 B

Common Installation Issues

Here are solutions to common issues that come up when using the framework.

No such module 'Quick'

  • If you have already run pod install, close and reopen the Xcode workspace. If this does not fix the issue, continue below.
  • Delete the entire ~/Library/Developer/Xcode/DerivedData direction, which includes ModuleCache.
  • Explicitly build (Cmd+B) the Quick, Nimble, and Pods-ProjectNameTests targets after enabled their schemes from the Manage Schemes dialog.