Posts

Post not yet marked as solved
3 Replies
1.3k Views
It's so frustrating. Version after version, when updating I have to uninstall Xcode and re-install it. This has happened across multiple OS versions (am on the latest version).I'm not all that Mac proficient (mainly just use it for development). Is there anything I can do to resolve this issue? Pretty much all i find when googling is to uninstall and re-install.
Posted
by KurtA.
Last updated
.
Post not yet marked as solved
1 Replies
8.1k Views
My understanding of this error is that I'm missing a connection somewhere, but I simply can't find it.This is the error message:*** Terminating app due to uncaught exception 'NSUnknownKeyException', reason:'[<SettingsViewController 0x7faee6c0a860> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key staticDataSource.'When I search my project (and the Main.storyboard source) for staticDataSource I get no results. I also searched on "DataSource" to see if I possibly renamed it at some point, but it doesn't seem so.In Interface Builder I don't see any missing connections, and I don't see any connections that xcode marks with a !.A few other things I've tried based on some StackOverflow.com comments:Deleted the app from the simulator and ran again.Deleted the Derived Data folderRan Clean Build Folder.@interface SettingsViewController : UIViewController <uitableviewdelegate, uitableviewdatasource,="" uipopoverpresentationcontrollerdelegate,<br="">DiceSidePickerViewControllerDelegate>@interface DiceSidePickerViewController : UIViewController <uipickerviewdelegate, uipickerviewdatasource="">SettingsViewController is my only VC that is a Table View Controller.At this point I feel like I'm at a loss and would really appreciate any guidance or suggestions.This project is a couple years old and I'm finally getting back to it to get it updated. It's still on the store, but there are some bugs I really want to fix.
Posted
by KurtA.
Last updated
.