Xcode error

Hey everyone

I have an app which to be fair is relatively simple. It works fine in the browser, but I’ve just noticed it will no longer open in the simulator or on my iPhone. The error I’m getting is below:

2015-01-12 21:46:27.383 Folloh[15548:252775] DiskCookieStorage changing policy from 2 to 0, cookie file: file:///Users/geoff/Library/Developer/CoreSimulator/Devices/8C709743-DDF2-4D1A-AA95-951711A8B6A1/data/Containers/Data/Application/B3D20D57-88F3-405C-91F3-8FC3B9B73AA3/Library/Cookies/Cookies.binarycookies
2015-01-12 21:46:27.784 Folloh[15548:252775] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIApplication 0x7fd12ac2e8f0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key view.'
*** First throw call stack:
(
	0   CoreFoundation                      0x0000000102a55f35 __exceptionPreprocess + 165
	1   libobjc.A.dylib                     0x0000000104d87bb7 objc_exception_throw + 45
	2   CoreFoundation                      0x0000000102a55b79 -[NSException raise] + 9
	3   Foundation                          0x00000001049247b3 -[NSObject(NSKeyValueCoding) setValue:forKey:] + 259
	4   CoreFoundation                      0x000000010299fe80 -[NSArray makeObjectsPerformSelector:] + 224
	5   UIKit                               0x0000000103107c7d -[UINib instantiateWithOwner:options:] + 1506
	6   UIKit                               0x0000000103109722 -[NSBundle(UINSBundleAdditions) loadNibNamed:owner:options:] + 160
	7   UIKit                               0x0000000102e41b11 -[UIApplication _loadMainNibFileNamed:bundle:] + 46
	8   UIKit                               0x0000000102e40c19 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1075
	9   UIKit                               0x0000000102e3fbf2 -[UIApplication workspaceDidEndTransaction:] + 179
	10  FrontBoardServices                  0x00000001059db2a3 __31-[FBSSerialQueue performAsync:]_block_invoke + 16
	11  CoreFoundation                      0x000000010298b53c __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
	12  CoreFoundation                      0x0000000102981285 __CFRunLoopDoBlocks + 341
	13  CoreFoundation                      0x0000000102981045 __CFRunLoopRun + 2389
	14  CoreFoundation                      0x0000000102980486 CFRunLoopRunSpecific + 470
	15  UIKit                               0x0000000102e3f669 -[UIApplication _run] + 413
	16  UIKit                               0x0000000102e42420 UIApplicationMain + 1282
	17  Folloh                              0x0000000102843f57 main + 71
	18  libdyld.dylib                       0x00000001054fb145 start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb) 

Can anyone offer any pointers? I’m a bit out of my depth with this one.

Thanks,
Geoff

Try setting in config.xml the value of BackupWebStorage to none.

Hi xMarston,

I’m having the same exact error, though it’s not being symbolicated. I modified the config.xml file in the top level of my directory as well as the config.xml file in my Staging folder. After changing BackupWebStorage to none, it’s still reporting the same error.

I’ve resolved the issue. Here is my original response: