xcode - Not able to assign custom viewcontroller in storyboard -
i absolutely clueless happened xcode. i'm not able assign custom viewcontroller storyboard viewcontroller. error:
"unknown class vctest in interface builder file........... class not key value coding-compliant key label"
vctest custom viewcontroller. saw several solutions in other posts problem seems lot different.
in test app, have 1 viewcontroller:
import foundation import uikit class vctest: uiviewcontroller { @iboutlet weak var label: uilabel! }
the viewcontroller in storyboard assigned viewcontroller, having 1 label outlet. vctest show under: build phases -> compile sources. must totally missing here or xcode absolutely broken. tried uninstall , reinstall xcode did not help.... have other ungoing project discovered issue , comes in simple test app. going on here?
note: happened after upgranding yosmite 10.10 10.10.1.
edit: found out til now: somehow created 1 project not happen, on other projects does. did not specify special in working project. noticed between working , "codewise similar" non working module listed in storyboard. working 1 shows : current - projectname , none working 1 shows none. attached screenshot. how can change model current model? (can not post images here link): http://s14.directupload.net/images/141119/xn8jb7cw.jpg
Comments
Post a Comment