<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Clang error during Cloud Make process for iOS in ArcGIS AppStudio Questions</title>
    <link>https://community.esri.com/t5/arcgis-appstudio-questions/clang-error-during-cloud-make-process-for-ios/m-p/1645482#M4669</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/931193"&gt;@josephcamerion&lt;/a&gt;, but we've deprecated our app now so won't be using this again.&amp;nbsp; I have to admit I was under the impression everything had been pulled by Esri, I didn't realise the Cloud Make process was still running.&amp;nbsp; Thanks for replying though.&lt;/P&gt;</description>
    <pubDate>Tue, 26 Aug 2025 08:10:57 GMT</pubDate>
    <dc:creator>MappyIan</dc:creator>
    <dc:date>2025-08-26T08:10:57Z</dc:date>
    <item>
      <title>Clang error during Cloud Make process for iOS</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/clang-error-during-cloud-make-process-for-ios/m-p/1579883#M4651</link>
      <description>&lt;P&gt;We use the Cloud Make process to create the installation files for our mobile app.&amp;nbsp; We're trying to create a final build before AppStudio is withdrawn next month but when trying today we received an error with the iOS build (the Android app was built successfully):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MappyIan_1-1738155012120.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/124235i48261C2971B0DA30/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MappyIan_1-1738155012120.png" alt="MappyIan_1-1738155012120.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The error says:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;clang: error: unable to execute command: Segmentation fault: 11 clang: error: clang frontend command failed due to signal (use -v to see invocation) ./../../Project/NetworkingPrivate.h:36:23: warning: 'QNetworkConfiguration' is deprecated [-Wdeprecated-declarations] /Users/appfactory/Qt5.15.6/5.15.6/ios/include/QtNetwork/qnetworkconfiguration.h:62:7: note: 'QNetworkConfiguration' has been explicitly marked deprecated here&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;This sounds like a problem with AppStudio or the Cloud Make process.&amp;nbsp; Can anyone from ESRI advise?&amp;nbsp;&lt;A href="https://community.esri.com/t5/user/viewprofilepage/user-id/53269" target="_blank"&gt;@ChrisLeSueur&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.esri.com/t5/user/viewprofilepage/user-id/514185" target="_blank"&gt;@TrevorFrame&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 12:52:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/clang-error-during-cloud-make-process-for-ios/m-p/1579883#M4651</guid>
      <dc:creator>MappyIan</dc:creator>
      <dc:date>2025-01-29T12:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Clang error during Cloud Make process for iOS</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/clang-error-during-cloud-make-process-for-ios/m-p/1580438#M4652</link>
      <description>&lt;P&gt;For what it's worth, I tried re-building the app (without making any changes whatsoever), and the third time round the Cloud Make process worked without error and the app built fine.&amp;nbsp; Maybe there was a glitch at Esri's end?&amp;nbsp; Who knows.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 16:38:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/clang-error-during-cloud-make-process-for-ios/m-p/1580438#M4652</guid>
      <dc:creator>MappyIan</dc:creator>
      <dc:date>2025-01-30T16:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Clang error during Cloud Make process for iOS</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/clang-error-during-cloud-make-process-for-ios/m-p/1645271#M4667</link>
      <description>&lt;P&gt;I ran into this too when trying to push an iOS build. What worked for me was editing out any direct references to QNetworkConfiguration since it’s deprecated, then rebuilding locally with Xcode instead of relying on Cloud Make. Also&amp;nbsp;&lt;SPAN&gt;Check&lt;/SPAN&gt; your project is pointing at Qt 5.15.6 cleanly I had to wipe the build cache once to stop the segfaults. Might be worth a shot before AppStudio fully shuts down.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 17:51:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/clang-error-during-cloud-make-process-for-ios/m-p/1645271#M4667</guid>
      <dc:creator>josephcamerion</dc:creator>
      <dc:date>2025-08-25T17:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Clang error during Cloud Make process for iOS</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/clang-error-during-cloud-make-process-for-ios/m-p/1645272#M4668</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;I ran into this too when trying to push an iOS build. What worked for me was editing out any direct references to QNetworkConfiguration since it’s deprecated, then rebuilding locally with Xcode instead of relying on Cloud Make. Also&amp;nbsp;&lt;A href="https://orionstars777apk.com/" target="_self"&gt;&lt;SPAN&gt;Check&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/A&gt;your project is pointing at Qt 5.15.6 cleanly I had to wipe the build cache once to stop the segfaults. Might be worth a shot before AppStudio fully shuts down.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 25 Aug 2025 17:55:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/clang-error-during-cloud-make-process-for-ios/m-p/1645272#M4668</guid>
      <dc:creator>josephcamerion</dc:creator>
      <dc:date>2025-08-25T17:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Clang error during Cloud Make process for iOS</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/clang-error-during-cloud-make-process-for-ios/m-p/1645482#M4669</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/931193"&gt;@josephcamerion&lt;/a&gt;, but we've deprecated our app now so won't be using this again.&amp;nbsp; I have to admit I was under the impression everything had been pulled by Esri, I didn't realise the Cloud Make process was still running.&amp;nbsp; Thanks for replying though.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2025 08:10:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/clang-error-during-cloud-make-process-for-ios/m-p/1645482#M4669</guid>
      <dc:creator>MappyIan</dc:creator>
      <dc:date>2025-08-26T08:10:57Z</dc:date>
    </item>
  </channel>
</rss>

