Here are solutions to common issues that come up when using the framework.
- 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/DerivedDatadirection, which includesModuleCache. - Explicitly build (
Cmd+B) theQuick,Nimble, andPods-ProjectNameTeststargets after enabled their schemes from the Manage Schemes dialog.