SF Meetup: YOU Technology Couchbase Deployment iOS apps with Couchbase Mobile in Swift

2015-01-13 Thread Traun Leyden
Tomorrow night @ 6pm http://www.meetup.com/The-San-Francisco-Couchbase-Meetup-Group/events/219315252/ -- You received this message because you are subscribed to the Google Groups Couchbase Mobile group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Couchbase Mobile and Swift

2014-10-10 Thread Karel-Jan Van Haute
Hey Mark I just tried to build the todolist port to swift. But it gives a lot of error's (24). Have you been able to build it correctly? Thanks Karel-Jan On Wednesday, July 30, 2014 11:31:13 PM UTC+2, Mark Tracy wrote: On Saturday, July 19, 2014 1:16:37 AM UTC-7, Michael Gaylord wrote:

Re: Couchbase Mobile and Swift

2014-10-10 Thread Jens Alfke
On Oct 10, 2014, at 2:22 AM, Karel-Jan Van Haute karel...@gmail.com wrote: I just tried to build the todolist port to swift. But it gives a lot of error's (24). Try the Swift version of Grocery Sync https://github.com/couchbaselabs/Grocery-Sync-iOS/tree/swift. If you have compile errors

Re: Couchbase Mobile and Swift

2014-07-31 Thread Mark Tracy
On Wednesday, July 30, 2014 9:18:57 PM UTC-7, Jens Alfke wrote: On Jul 30, 2014, at 7:35 PM, Mark Tracy mark@sci-mobile.com javascript: wrote: Swift has a special construction for NSManaged properties, but it only works with CoreData. Could you point me to any docs/information

Re: Couchbase Mobile and Swift

2014-07-30 Thread Jens Alfke
On Jul 30, 2014, at 2:31 PM, Mark Tracy mark.tr...@sci-mobile.com wrote: the only things I couldn't port were the data models because Swift does not support @dynamic properties (at least not yet). Good point. I don’t know how to get around that. But I think this would also be a roadblock

Re: Couchbase Mobile and Swift

2014-07-30 Thread Mark Tracy
On Wednesday, July 30, 2014 3:57:31 PM UTC-7, Jens Alfke wrote: On Jul 30, 2014, at 2:31 PM, Mark Tracy mark@sci-mobile.com javascript: wrote: the only things I couldn't port were the data models because Swift does not support @dynamic properties (at least not yet). Good point. I

Re: Couchbase Mobile and Swift

2014-07-30 Thread Jens Alfke
On Jul 30, 2014, at 7:35 PM, Mark Tracy mark.tr...@sci-mobile.com wrote: Swift has a special construction for NSManaged properties, but it only works with CoreData. Could you point me to any docs/information on this? —Jens -- You received this message because you are subscribed to the

Re: Couchbase Mobile and Swift

2014-07-20 Thread Michael Gaylord
Thanks Jens! Here is the backtrace as requested, Swift backtraces look really different to Objective-C ones: * thread #7: tid = 0x1512c4, 0x7fc0c3c79ca0, name = 'CouchbaseLite', stop reason = EXC_BAD_ACCESS (code=2, address=0x7fc0c3c79ca0) frame #0: 0x7fc0c3c79ca0 * frame #1:

Re: Couchbase Mobile and Swift

2014-07-20 Thread Jens Alfke
On Jul 20, 2014, at 3:04 AM, Michael Gaylord mjgayl...@gmail.com wrote: Here is the backtrace as requested, Swift backtraces look really different to Objective-C ones: It definitely looks like it's crashing trying to call the 'emit' block. Frame #2 is your map block, and frame #1 is a thunk

Couchbase Mobile and Swift

2014-07-19 Thread Michael Gaylord
I am a total newbie to Couchbase and Swift and I am trying to get a candidate architecture up and a running for a new app that I am working on. I think Couchbase would be a great fit, except for the fact that I am unable to get it working without crashing. This might be down to a few reasons,