Skip to content

Instantly share code, notes, and snippets.

View timothycosta's full-sized avatar

Timothy Costa timothycosta

View GitHub Profile
@timothycosta
timothycosta / ViewController.m
Created January 27, 2016 01:07
Cause Realm to crash due to "The Realm is already in a write transaction" exception
//
// ViewController.m
// RealmKVOCrash
//
// Created by Timothy Costa on 1/19/16.
// Copyright © 2016 Timothy Costa. All rights reserved.
//
#import "ViewController.h"
#import "UserProfile.h"
@timothycosta
timothycosta / ViewController.m
Last active January 27, 2016 01:19
Cause Realm to crash when deleting an observed object during observeValueForKeyPath:
//
// ViewController.m
// RealmKVOCrash
//
// Created by Timothy Costa on 1/19/16.
// Copyright © 2016 Timothy Costa. All rights reserved.
//
#import "ViewController.h"
#import "UserProfile.h"
[
{"ab":{
"title":"Abkhaz",
"nativeName":"аҧсуа"
}},
{"aa":{
"title":"Afar",
"nativeName":"Afaraf"
}},
{"af":{