Mantle / Mantle

Model framework for Cocoa and Cocoa Touch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing header files

GDXRepo opened this issue · comments

Good day. I've faced with an issue while launching a project using Mantle installed via CocoaPods. When building Xcode gives the following errors:

| 🚫 | [Pods/Mantle/Mantle/NSValueTransformer+MTLInversionAdditions.m]: 'NSValueTransformer+MTLInversionAdditions.h' file not found

#import "NSValueTransformer+MTLInversionAdditions.h" |

| 🚫 | [Pods/Mantle/Mantle/NSObject+MTLComparisonAdditions.m]: 'NSObject+MTLComparisonAdditions.h' file not found

#import "NSObject+MTLComparisonAdditions.h" |

| 🚫 | [Pods/Mantle/Mantle/NSError+MTLModelException.m]: 'MTLModel.h' file not found
#import "MTLModel.h"

I've checked it, and for real there is no header files for several m-files in your framework. Where are they and how can I restore them?

Project uses Obj-C and Swift 4.2.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.