-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
Description
At some point something has changed in the way cocoa pods manages header search paths for projects. The result is that spatialite doesn't validate anymore because of an header overlapping (i.e. "spatialite/spatialite.h" and "spatialite/spatialite/spatialite.h" if I am not wrong). How can this be fixed?
One solution could be to create a different spatialite pod with a different name (es. "spatialite-pod", "spatialite-ios"). This would disambiguate the header search path. Maybe cocoa pods can handle these situation in a better way?