XCode Storyboard merging

Mergexcode4.2Xcode Storyboard

Merge Problem Overview


Is there a way to merge XCode 4.2 Storyboard files?

I'm working with another developer on an iPhone project and all my attempts at merging changes into a storyboard file have met with failure and after which Xcode is no longer able to load the storyboard. Consequently I have to do an svn revert and then redo my modifications.

Merge Solutions


Solution 1 - Merge

Here's the only tool I've ever come across which lets you merge storyboards:

https://github.com/marcinolawski/StoryboardMerge

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionsipsorceryView Question on Stackoverflow
Solution 1 - MergeAdamView Answer on Stackoverflow