0

Hi i deleted the navigation view called lista but the tab bar still shows the lista icon , and in fact it stills show that view which i deleted previously any suggestions?

It shows the more icon but i deleted the view that had a relationship segue

There´s the view that i deleted in the storyboard

Community
  • 1
  • 1
jcromanu
  • 1,171
  • 2
  • 13
  • 31
  • I don't see any Lista icon in the tab bar. – matt Mar 31 '14 at 02:24
  • Where is this UITabBarController created and configured? Is it done in code? if so, show the code. If in the storyboard, is the Lista controller still in the storyboard? – matt Mar 31 '14 at 02:35
  • UITabBarController is the default everything is configured from the storyboard nothing from code. Lista controller is not in the storyboard . – jcromanu Mar 31 '14 at 03:31
  • 2
    This might not work, but try quitting Xcode and then cleaning out the Derived Data folder and resetting the Simulator, as I describe here: http://stackoverflow.com/a/6247073/341994 Sometimes old versions of things stick around until you do this. – matt Mar 31 '14 at 03:33
  • You were completely right i just reseted everything and that was all!!! – jcromanu Mar 31 '14 at 03:44
  • Cool! Yes, this is just a shortcoming of Xcode that we all have to live with... :) – matt Mar 31 '14 at 03:45
  • Please Clear derived data. – Vineesh TP Mar 31 '14 at 04:00

2 Answers2

0

Like matt said just reset everything in the simulator i like shown here. How to Empty Caches and Clean All Targets Xcode 4

Community
  • 1
  • 1
jcromanu
  • 1,171
  • 2
  • 13
  • 31
0

Agree with what matt is saying, clear all the derived data and reset the simulator.