Compare commits

...

1 Commits

Author SHA1 Message Date
Ryan Olson 4d8f4dbcef Fix xcodebuild error from incorrect method resolution 2016-02-28 22:11:37 -08:00
@@ -52,7 +52,7 @@
NSError *error = nil;
id configuration = [[configurationClass alloc] init];
[configuration setPath:self.path];
[(RLMRealmConfiguration *)configuration setPath:self.path];
self.realm = [realmClass realmWithConfiguration:configuration error:&error];
return (error == nil);
}