objective c - iOS - removing all references/connectios -
i same problem ios - removing reference of property had deleted
i created view 2 inputs , own controller "homecontroller". connected inputs controller names "inputlogin" , "inputpassword".
then worked few times unless decided rename controller parameterscontroller.
i tried lot of things, such : - renaming classes (.h/.m) , custom class name in storyboard. - delete whole things (classes, views) , recreated new view nothing inside , no custom class.
but still, error <uiviewcontroller 0xxxxxxxx> setvalue:forundefinedkey:]: class not key value coding-compliant key inputlogin
.
i check of "connections", there no references inputlogin.
if have suggestion.
thanks.
added: in fact, seems running project isn't current version. in storyboard, removed views, these still there when run project :(
try cleaning project (product > clean). quite safe, xcode precompile lots of things speedup build time. downside (of precompiling) sometimes, leftovers not being updated. cleaning gives clean build , rid of leftovers.
Comments
Post a Comment