Re: [gdal-dev] iOS patch for GDAL 3.5 requires modification for Mac Catalyst

2022-08-31 Thread Nik
Thanks Rob and Even, Rob - yes, I am using the CMAKE as per your link. I have documented my entire process here: https://gis.stackexchange.com/questions/434514/build-gdal-3-x-for-ios Although I’ve not yet updated it for the update to the patch file. - N

Re: [gdal-dev] iOS patch for GDAL 3.5 requires modification for Mac Catalyst

2022-08-31 Thread Robert Coup
Hi, The patch at the end of my reply builds & tests ok on my environment (macOS 12.5.1 + arm64). Are you using https://github.com/leetal/ios-cmake or do newer versions of CMake now have support for Catalyst? (from https://gitlab.kitware.com/cmake/cmake/-/issues/20132 it seems not) How do the var

Re: [gdal-dev] iOS patch for GDAL 3.5 requires modification for Mac Catalyst

2022-08-31 Thread Even Rouault
Nik, I've prepared a PR with your suggested fix in https://github.com/OSGeo/gdal/pull/6282 It passes fine on existing MacOS continuous integration jobs we have. It would be good if people that have access to a bit ancient MacOSX (not sure how ancient it should be...), or with 32-bit builds,

[gdal-dev] iOS patch for GDAL 3.5 requires modification for Mac Catalyst

2022-08-30 Thread Nik Sands
Hi GDAL devs, A few months ago, a patch to GDAL 3.5 was developed so that building with CMAKE would run correctly for iOS builds. The patch is below. I am now extending my iOS app to use Mac Catalyst (for those who don’t know, this is an Apple technology to enable apps developed for iOS to als