ios - Error after installing Xcode 5.1: Two views in the same hierarchy have the same restoration identifier -


i getting error, did not appear before, when open project xcode 5.1.

two views in same hierarchy have same restoration identifier

i tried change ids it's not removing error. tried cleaning build , deleting derived data.

i had same problem, , fixed deleting restoration ids.

for reference in case else has problem, select error find out view on storyboard causing problem. once view selected (for me, 4 reusable cells in uitableview) select identity inspector. it's third button left on utilities panel. delete restoration id in identity section.

for me, 4 cells in table view had word "item" in them. couldn't find other cells on storyboard had restoration id. after deleting text, error disappeared , worked me.

i tried changing ids unique values , removed error well.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -