-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Application crashing in didFinishLaunchingWithOptions #153
Comments
Closing as duplicate of #154 |
2013-10-10 18:53:43.273 cblite02[5527:a0b] -[FMDatabase intForQuery:]: unrecognized selector sent to instance 0xa1163b0 |
the problem can be found in AppDeligate.m |
I found a thread in the google group that might be relevant: https://groups.google.com/forum/#!topic/mobile-couchbase/aQw-xwqqkVI - look for the post that starts with "Ugh. Thanks for letting me know" on 12/22/11. Also another thread: https://groups.google.com/forum/#!msg/mobile-couchbase/kAx27QJD4ts/kA-xdCda3B0J |
Yea.... I am using xCode 5. |
@snej should we add this to the FAQ? |
It's already mentioned in the docs in the Adding Couchbase Lite To Your App section, but I agree that it doesn't exactly jump out at you. :) Back in the day, CouchCocoa's initialization code had a check for this situation and would log a warning telling you to turn on the -ObjC flag. It would be pretty easy to add something similar to CBLManager. |
Here's the code that's crashing:
https://github.com/vinceyoumans/couchbaseLite-vy02-test/blob/master/cblite02/cblite02/AppDelegate.m
Nothing jumped out at me.. though I didn't try to run it.
The text was updated successfully, but these errors were encountered: