Wednesday, 15 May 2013

Integrating Cocoapods with large existing Xcode Workspace -



Integrating Cocoapods with large existing Xcode Workspace -

i have been working cocoapods on own projects, , incorporate couple of pods project @ work. problem our code consists of close 20 projects stored within big workspace, sorted folders. construction of projects

workspace apps (folder) project 1 project 2 etc... modules more projects etc base components even more projects etc

i unsure how write podfile link pod (retableview in case) against app without disturbing existing construction of workspace? possible? if isn't possible incorporate cocoapods without changing existing workspace, possible set cocoapods compile pods standalone libraries incorporate our project?

after creating podfile utilize pod install --no-integrate documented here. create pods project can include in workspace. please create sure in project checked version command scheme first in case goes wrong.

xcode cocoapods xcode-project xcode-workspace

No comments:

Post a Comment