ios - 2 Projects in the same workspace xcode (code share) -
i working on workspace 2 projects. 1 project not depend on other. separate entities.
however previous developer has implemented new features on 1 project , need implement same features on other project.
however classes has implemented in 1 project import other classes. these classes not in project working on.
what best way share these classes across 2 projects. don't want copy files on because making supporting 2 projects harder. i.e - have update both projects @ same time , more prone mistake.
also when copy files 1 project other (clicking copy) having lot of issues project conflicting other project. here question asked issue: xcode: copy files 1 project in same workspace
is there elegant way share these files across 2 projects?
thanks in advance.
if work git, take on submodule
Comments
Post a Comment