Replies: 4 comments
-
if I remove use_framework!
fatal crash.
maybe I have not enabled something in the project settings? |
Beta Was this translation helpful? Give feedback.
-
Try disabling modular headers for PROJ.
https://github.com/ngageoint/PROJ/wiki/Usage#module-headers And you might need |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
You shouldn't need to add the files since you aren't using PROJ directly (proj-ios adds them). I don't think adding them again would cause an issue but also not sure. Here are some of our podfiles as examples (PROJ is through geopackage-ios):
With the most recent CocoaPods version, try manually cleaning and building your project.
|
Beta Was this translation helpful? Give feedback.
-
Please advise in detail how I can install the framework for use in Swift , the steps I have taken:
now it looks like
#endif /* Header_h */
3) I press cmd+b to build the project and 22 errors appear, screenshot attached.
Beta Was this translation helpful? Give feedback.
All reactions