Skip to content

Instantly share code, notes, and snippets.

@jchris
Created February 9, 2015 21:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jchris/fc9313bca80ccd6c20f7 to your computer and use it in GitHub Desktop.
Save jchris/fc9313bca80ccd6c20f7 to your computer and use it in GitHub Desktop.
2015-02-09 13:55:51.265 TodoLite[25539:1536873] Apache Cordova native platform version 3.7.0 is starting.
2015-02-09 13:55:51.265 TodoLite[25539:1536873] Multi-tasking -> Device: YES, App: YES
2015-02-09 13:55:51.268 TodoLite[25539:1536873] Unlimited access to network resources
2015-02-09 13:55:51.271 TodoLite[25539:1536873]
Started backup to iCloud! Please be careful.
Your application might be rejected by Apple if you store too much data.
For more information please read "iOS Data Storage Guidelines" at:
https://developer.apple.com/icloud/documentation/data-storage/
To disable web storage backup to iCloud, set the BackupWebStorage preference to "local" in the Cordova config.xml file
2015-02-09 13:55:51.740 TodoLite[25539:1536873] Launching Couchbase Lite...
2015-02-09 13:55:51.796 TodoLite[25539:1536873] Couchbase Lite url = http://lite.couchbase./
2015-02-09 13:55:51.796 TodoLite[25539:1536873] [CDVTimer][cblite] 56.249976ms
2015-02-09 13:55:51.796 TodoLite[25539:1536873] [CDVTimer][TotalPluginStartup] 56.406021ms
2015-02-09 13:55:52.089 TodoLite[25539:1536873] Resetting plugins due to page load.
2015-02-09 13:55:52.196 TodoLite[25539:1536873] Finished load of: file:///Users/jchris/Library/Developer/CoreSimulator/Devices/3B7AA202-7ABE-4543-BB65-DCFBCAFAA31D/data/Containers/Bundle/Application/9EC77886-B1E3-4561-A9A3-49B327C1D352/TodoLite.app/www/index.html
2015-02-09 13:55:52.277 TodoLite[25539:1537015] -[CBLDatabase compileViewNamed:status:]: unrecognized selector sent to instance 0x7fceaae39030
13:55:52.279‖ WARNING: Exception caught in CBL_Router:
-[CBLDatabase compileViewNamed:status:]: unrecognized selector sent to instance 0x7fceaae39030
2 CoreFoundation 0x0000000106d9904d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
3 CoreFoundation 0x0000000106cf127c ___forwarding___ + 988
4 CoreFoundation 0x0000000106cf0e18 _CF_forwarding_prep_0 + 120
5 TodoLite 0x0000000106aab69d -[CBL_Router(Handlers) queryDesignDoc:view:keys:] + 170
6 TodoLite 0x0000000106aabbe4 -[CBL_Router(Handlers) do_GET:designDocID:view:] + 53
7 TodoLite 0x0000000106aa1a14 -[CBL_Router route] + 2501
8 TodoLite 0x0000000106aa22d8 -[CBL_Router run] + 832
9 Foundation 0x000000010a260212 __NSThreadPerformPerform + 299
10 CoreFoundation 0x0000000106cc7551 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
11 CoreFoundation 0x0000000106cbd41d __CFRunLoopDoSources0 + 269
12 CoreFoundation 0x0000000106cbca54 __CFRunLoopRun + 868
13 CoreFoundation 0x0000000106cbc486 CFRunLoopRunSpecific + 470
14 Foundation 0x000000010a264b42 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 275
15 TodoLite 0x0000000106a08db5 CBLGeoJSONKey + 16948
16 Foundation 0x000000010a262c4d __NSThread__main__ + 1194
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment