Simple question; title says it all
I downloaded an open source demonstration project. The documentation says it uses CocoaPods.
None of the targets will build (no such module "Canvas"—Canvas
is the framework class I want to review). Searching, the most common solution recommended is "just run pods install again".
Does this mean I have to install CocoaPods to build a project that uses CocoaPods?