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

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -