How to import CoreDataGenerated class with Cocoapod?
up vote
0
down vote
favorite
I have a Xcode framework project with a xcdatamodeld that contains an entity. In the data model inspector of this entity, Codegen is set to Class definition because I do not want to create a NSManagedObject Subclass.
Pod spec lists contains the .xcdatamodeld under resources.
When I import the framework project in an app project with cocoapod an error appeared during compilation: "FooEntity+CoreDataClass.h" file not found.
objective-c xcode core-data cocoapods
add a comment |
up vote
0
down vote
favorite
I have a Xcode framework project with a xcdatamodeld that contains an entity. In the data model inspector of this entity, Codegen is set to Class definition because I do not want to create a NSManagedObject Subclass.
Pod spec lists contains the .xcdatamodeld under resources.
When I import the framework project in an app project with cocoapod an error appeared during compilation: "FooEntity+CoreDataClass.h" file not found.
objective-c xcode core-data cocoapods
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a Xcode framework project with a xcdatamodeld that contains an entity. In the data model inspector of this entity, Codegen is set to Class definition because I do not want to create a NSManagedObject Subclass.
Pod spec lists contains the .xcdatamodeld under resources.
When I import the framework project in an app project with cocoapod an error appeared during compilation: "FooEntity+CoreDataClass.h" file not found.
objective-c xcode core-data cocoapods
I have a Xcode framework project with a xcdatamodeld that contains an entity. In the data model inspector of this entity, Codegen is set to Class definition because I do not want to create a NSManagedObject Subclass.
Pod spec lists contains the .xcdatamodeld under resources.
When I import the framework project in an app project with cocoapod an error appeared during compilation: "FooEntity+CoreDataClass.h" file not found.
objective-c xcode core-data cocoapods
objective-c xcode core-data cocoapods
asked 12 hours ago
A. Jeanne
113
113
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53266004%2fhow-to-import-coredatagenerated-class-with-cocoapod%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password