my application crashes upon launch. I checked the crash logs and I found this
sorry if this is a bad question, just learning xcode and obj-c so thanks in advance!
EDIT: i fixed my problem, so i don't need this thread anymore, but if people are wondering the solution to the problem,
In Interface Builder, you need to 'unhook' all connections made if you removed the reference in Xcode!
Code:
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<ViewController 0x527850> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key MyView.'
sorry if this is a bad question, just learning xcode and obj-c so thanks in advance!
EDIT: i fixed my problem, so i don't need this thread anymore, but if people are wondering the solution to the problem,
In Interface Builder, you need to 'unhook' all connections made if you removed the reference in Xcode!