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/DerivedData
direction, which includesModuleCache
. - Explicitly build (
Cmd+B
) theQuick
,Nimble
, andPods-ProjectNameTests
targets after enabled their schemes from the Manage Schemes dialog.