GenerallyHelpfulSoftware / SVGgh

A framework for using SVG artwork in iOS Apps. Includes a UIView and a button class, printing and PDF export.
MIT License
141 stars 38 forks source link

math.h import problem #40

Closed sirowain closed 4 years ago

sirowain commented 4 years ago

I can't build the library because of the

#import "math.h"

in GHControlFactory.m I have another library which has a math.h in it file so this one is resolved. The import should be:

#import <math.h>
grhowes commented 4 years ago

Thanks for the report. I’m at work now. If you gave me a pull request it might be faster.

Do you need a cocoa pod update too?

sirowain commented 4 years ago

I submitted the pull request, and yes, I actually use it as a pod so it would be helpful to have an update, thank you. #41