0

The storyboard files in iPhone has always been a nightmare to developers -- It has no way to when two developers made changed to the same file!

This seems to be a very serious bug! I would like to know whether this bug has been fixed in Xcode 4.4? Can anyone give me a walk around?

Thanks

Similar questions were asked for previous version of Xcode:

4.3: Xcode 4.3 how to merge storyboard changes from two developers using SVN?

4.2: XCode Storyboard merging

Community
  • 1
  • 1
Jeffery Li
  • 565
  • 1
  • 4
  • 13

1 Answers1

1

A storyboard file is (and always has been?) XML; you can often merge this using normal text merge tools.

Jesse Rusak
  • 56,530
  • 12
  • 101
  • 102