<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Hi,</p>
<p><br>
</p>
<p>We have a strange issue with our GDAL build for iOS (GDAL 3.4.1, PROJ6). Everything is fine when running on iOS 15 or 16, but when the same app is run on iOS 14 or 12 the app will not load at all (does not even reach main) and the only thing I can see in
 a console is this:</p>
<p><span><br>
</span></p>
<p><span>dyld: Symbol not found: __ZTTNSt3__114basic_ifstreamIcNS_11char_traitsIcEEEE</span><br>
</p>
<p><span><br>
</span></p>
<p><span>If I remove completely GDAL libs from the app it works, so I know this is a dependency coming for GDAL, and a grep "char_traits" in all our libs returns libgdal.a and libproj.a only.</span></p>
<p><span><br>
</span></p>
<p><span>I can join more logs from configure or build if needed.</span></p>
<p><span><br>
</span></p>
<p><span>Any idea what is wrong here ?</span></p>
<p><span><br>
</span></p>
<p><span>Thanks</span></p>
<p><span>Philippe.</span></p>
</div>
</body>
</html>