xcode - Use multiple targets for same project to load different resource images -


i have project storyboard , resource images.

i want create app have same interactions etc except different set of resource images added project in different folder. tried adding new target when try debug it, cannot run original storyboard.

any ideas?

steps:

  1. right click on target , choose duplicate
  2. change name of target choice
  3. rename duplicated .plist file name name chose in step 2
  4. click on control chose start application debug , select manage schemes
  5. delete duplicated scheme (it have "copy" in name likely)
  6. click on "auto create schemes now" updated name

select scheme want debug in control mentioned in step 4.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -