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:

  1. close xcode
  2. open project in finder
  3. move classes correct place
  4. open xcode
  5. there question marks in classes moved
  6. select each class in project navigator
  7. right click > source control > add files > add storyboardfiles project
  8. the question marks turn a
  9. product > clean
  10. run app

when had problem in xcode 7 not necessary touch references. hope helps


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -