I have two Xcode workspaces, both the workspaces have multiple targets. Each target in both the workspaces have storyboard file called Main.storyboard. My problem is to combine one target in the first workspace with a second in another. What is the right approach to merge the targets?
Asked
Active
Viewed 88 times
1 Answers
0
The target configuration is in ***.xcodeproj/project.pbxproj
file. You can just copy and paste what you need.

Ryan
- 4,799
- 1
- 29
- 56