-
Re: Main.storyboard is automatically modified when it's opened in Interface Builder after git pull
GodIsI Jul 9, 2015 2:41 AM (in response to ter)Hi,
This is something I would like to know too, I generall just do a reset in git on all the storyboards unless I know I made a change, it's a pain so anyone with a better solution?
-
Re: Main.storyboard is automatically modified when it's opened in Interface Builder after git pull
emilio Sep 30, 2015 6:11 AM (in response to GodIsI)I'm experincing issues with this too and I'm using xcode Version 7.0.1 (7A1001). Did you ever find a solution to this problem other then always using git reset on the files you have not changed? It is a super annoying issue.
-
-
Re: Main.storyboard is automatically modified when it's opened in Interface Builder after git pull
Batta Sep 30, 2015 11:10 AM (in response to ter)I have the same problem in xcode Version 7.0.1 (7A1001) any solution?
-
Re: Main.storyboard is automatically modified when it's opened in Interface Builder after git pull
blackjacx Mar 10, 2016 7:00 AM (in response to ter)I can confirm this bug with Xcode Version 7.2.1 (7C1002). The following steps reproduce it too (i.e. it doesn't depend on a git operation):
1) Fix all misplaced views.
2) Close Xcode.
3) Delete derived data folder.
4) Open Xcode.
It looks like Xcode stores some settings of the storyboard in the derived data folder?!
-
Re: Main.storyboard is automatically modified when it's opened in Interface Builder after git pull
quinntaylor Apr 4, 2016 9:42 AM (in response to ter)It seems like there are at least 2 factors at play here:
- IB incorrectly marks a document as modified ("dirty") when no user action has happened. This usually has to do with undo events being created when they should not be, and there are many things which can cause this, tracked in a number of related bugs. We are very aware that this is a persistent annoyance, and have plans to dedicate time to improve this.
- Editing a storyboard or xib is known to cause 0.5 pixel changes and misplacement when moving between retina and non-retina displays. This is tracked in radar://20175879, and exacerbated by point #1, since just opening a document often causes spurious edits.
-
Re: Main.storyboard is automatically modified when it's opened in Interface Builder after git pull
sethfr Feb 21, 2017 1:38 PM (in response to quinntaylor)Has rdar://20175879 been resolved, or is still open? The second bug you've listed is still impacting my team in Xcode 8.2