I have a model file thats named "Model". If I rename it to "SomeOtherName" it just does not get loaded.
initWithContentsOfURL
returns nil and:
mergedModelFromBundles: [NSArray arrayWithObjects:[NSBundle mainBundle], nil];
...crashes with because it thinks there is nil in this array.
I am allowed to rename my model so whats wrong? I can not give you more info because I have none :P The SomeOtherName model is placed in the bundle and it should load just fine.
Thanks