tags:

views:

149

answers:

1

In the XCode project folder (the real one on my hard drive) there's a "Classes-1.moved-aside" folder inside the "Classes" folder. It contains a few files which are also in the "Classes" folder. What's the point of that "Classes-1.moved-aside" folder?

+3  A: 

these are for classes that you deprecated, one way you can g et them is if you create a new class with the same name of another class, xcode will move the old class into a moved aside folder

Daniel