So I can tell CocoaPod's pod install
the location of a project directory (with --project-directory
). It will the apparently look for Podfile
, *xcproject/
and create or update *.xcworkspace/
there.
Is there also an option for telling it that an existing workspace resides in a different directory from this project or the current directory?
The reason I am asking is described in this related question.