xcode - Moving classes back into a project -
by mistake created 2 classes outside of main group, have .xcodeproj
2 classes. how can move these 2 classes project? app working.
try this:
- close xcode
- open project in finder
- move classes correct place
- open xcode
- there question marks in classes moved
- select each class in project navigator
- right click > source control > add files > add storyboardfiles project
- the question marks turn a
- product > clean
- run app
when had problem in xcode 7 not necessary touch references. hope helps
Comments
Post a Comment