ios - How to add cocoapods to existing workspace not project -


i working on project composed of 3 other projects in workspace. want use cocoapods manage dependecies in workspace, cocoapods creates own workspace 1 addtional project. want add cocoapods project workspace exists. there simple way achive that?

you can specify workspace in podfile.

workspace 'myworkspace' 

please consult link more info: http://guides.cocoapods.org/syntax/podfile.html#workspace


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -