Skip to content

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

Open
@OlafAndreas

Description

@OlafAndreas

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions