Re: Problem loading a CoreDataModel from a Static library in Swift

2015-12-15 Thread Jim Adams
What I mean is that if I create an App using ObjC and include my library and bundle there is no error message. This message only happens with Swift based apps. Apparently The Google Maps SDK had the same issue but their resolution was sketchy. > On Dec 15, 2015, at 9:41 AM, Sixten Otto

Re: Problem loading a CoreDataModel from a Static library in Swift

2015-12-15 Thread Sixten Otto
You might want to include some of your code for loading the model, to make this discussion less hypothetical. Also, when you say that "ObjC works just fine", what does that mean? Objective-C code in the same app that's trying to load the same model that Swift code in that app can't load? Or some

Problem loading a CoreDataModel from a Static library in Swift

2015-12-14 Thread Jim Adams
Not sure where to ask this question. I just started trying Swift to see how my company’s SDK could be integrated. I am getting this error: CoreData: Failed to load optimized model at path …/modle.omo’ This is a static library with an associated bundle that contains the CoreData model. ObjC