-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
proj.db file is missing which is required to create coordinate transformation. #7
Comments
Hi, you could check build 1.0.1 |
Hey, I did check 1.0.1 but there is no proj.db file. Using the following code we should be able to achieve that provided we have proj.db in the app bundle.
|
proj.db can’t be in the main bundle. You can find it in gdal.xcframework added in the headers folder. Here you can find the latest compiled file. This framework is installed as a dependency for this library. So, if you need exactly proj.db, you can find it in the framework bundle. Maybe I missed some idea, anyway, you are welcome to PR ;) |
Unfortunately i am not able to build this on my machine.
.target(
|
The text was updated successfully, but these errors were encountered: