Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

- Cannot find interface declaration for 'NSDate' #63

Open
alessandro-icabbi opened this issue Oct 17, 2016 · 2 comments
Open

- Cannot find interface declaration for 'NSDate' #63

alessandro-icabbi opened this issue Oct 17, 2016 · 2 comments

Comments

@alessandro-icabbi
Copy link

I am trying to use MTDates but this strange error occurs ...
I am stucked on this for many time , any help is appreciated .

screen shot 2016-10-17 at 13 01 29 2

@atomkirk
Copy link
Member

I have no idea. Based on the fact that it can't find NSDate, I'm going to guess the problem is with your build settings.

@yas375
Copy link
Contributor

yas375 commented Oct 17, 2016

@alessandro-icabbi from the screenshot it looks like you didn't use a dependency manager and just have added files into your projects. I would recommend doing this. Check our CocoaPods.

Also it looks like you have a modified version of the file shown on the screenshot. It should have import of Foundation but it does not. I suppose this is why you are getting there error.

#import <Foundation/Foundation.h>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants