Open
Description
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
Labels
No labels