Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 510 Bytes

Troubleshooting.md

File metadata and controls

9 lines (6 loc) · 510 Bytes

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.