This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var mongoose = require('mongoose'), | |
Schema = mongoose.Schema, | |
User = require('./UserSchema'); | |
var FriendsSchema = new Schema({ | |
users : [User.ObjectId], | |
confirmed : { type: Boolean, default: false, index: true }, | |
created : {type: Date, default: Date.now}, | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[WARN] attempted to load: TiUIWebViewProxy | |
[ERRProjectNameOR] The application has crashed with an unhandled exception. Stack trace: | |
0 CoreFoundation 0x03749b7c __exceptionPreprocess + 156 | |
1 libobjc.A.dylib 0x0389940e objc_exception_throw + 47 | |
2 ProjectName 0x0008bec4 -[TiModule createProxy:forName:context:] + 768 | |
3 CoreFoundation 0x036ba5cd __invoking___ + 29 | |
4 CoreFoundation 0x036ba4a1 -[NSInvocation invoke] + 145 | |
5 ProjectName 0x00034e3d -[KrollMethod call:] + 736 | |
6 ProjectName 0x0003473b KrollCallAsFunction + 327 | |
7 ProjectName 0x001f6b06 _ZN2TI16TiCallbackObjectINS_8TiObjectEE4callEPNS_10TiExcStateEPS1_NS_7TiValueERKNS_7ArgListE + 550 |
NewerOlder