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

'NSDate+MTDates.h' file not found with <angled> include; use "quotes" instead #11

Open
OlafAndreas opened this issue Apr 4, 2016 · 1 comment

Comments

@OlafAndreas
Copy link
Contributor

I am experiencing an issue when using 'MTPDF' within my Swift project. The pod is installed on a clean project.

The issue returned is(as the title states):
'NSDate+MTDates.h' file not found with include; use "quotes" instead

The problem occurs in MTPDF.m on line 10: #import < NSDate+MTDates.h>
I'm unable to fix it without having to edit the MTPDF.m file itself. The issue is resolved when switching from import to "quoted" import.

Podfile:
`platform :ios, '9.0'
use_frameworks!

target 'MyTarget' do
pod "MTPDF"
end`

I'm using Xcode 7.3

@atomkirk
Copy link
Member

atomkirk commented Apr 4, 2016

Hmmm. I havent used this project in a long time, so I'm curious if something in Apples or Cocoapods has changed recently. If you can find some evidence that something has changed and quoting is now the correct way to do it, I would accept a pull request

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

2 participants