<?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: Can not build iOS for x86_64 processor architecture in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/can-not-build-ios-for-x86-64-processor/m-p/344537#M1733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you trying to build for device or for the simulator? One thing that has changed with 5.8 is that Qt has moved to combining their simulator and their arm libs into one universal lib. With that change, there were some changes to qmake commands/variables. One thing you might try is to modify our prf file like the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- navigate to ~/Qt5.6.2/5.6/ios/mkspecs/features and open the arcgis qml prf&lt;/P&gt;&lt;P&gt;- if building for simulator, then comment out the iphoneos block. If building for arm/device, then comment out the iphonesimulator block. We are finding that both of these conditions are true in 5.8 due to the universal libs, which results in possibly the wrong lib getting linked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are working on testing 5.8 more on iOS to see how we can better support the new universal sim/arm libraries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could consider using 5.6.2 or 5.7.1 for iOS for the time being if none of these suggestions work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Mar 2017 15:33:07 GMT</pubDate>
    <dc:creator>LucasDanzinger</dc:creator>
    <dc:date>2017-03-23T15:33:07Z</dc:date>
    <item>
      <title>Can not build iOS for x86_64 processor architecture</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/can-not-build-ios-for-x86-64-processor/m-p/344536#M1732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. I've recently installed the Qt Framework for macOS and the ArcGIS SDK for Qt, using the installation guide from the ArcGIS SDK for Qt. I've ran a Qt example app with my iOS kit and it runs fine, however when I try to run an ArcGIS application it gives me the following error messages:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="/legacyfs/online/343541_Screen Shot 2017-03-22 at 2.01.41 PM.png" style="width: 620px; height: 92px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I look into the details, it shows me the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="/legacyfs/online/343542_Screen Shot 2017-03-22 at 2.11.19 PM.png" style="width: 620px; height: 148px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The conclusion seems to be that the ArcGIS SDK for Qt's libraries are not suited for the x86_64 processor type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no idea however what the cause might be of the problem. I've tried reinstalling the SDK and also ran the post installer again to see if that helps, but to no result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the versions I am using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;macOS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;10.11.6&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;xCode&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;8.2.1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;qt&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;5.8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;ArcGIS SDK for Qt&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;100.0.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas on what I could do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 13:21:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/can-not-build-ios-for-x86-64-processor/m-p/344536#M1732</guid>
      <dc:creator>PimJanissen</dc:creator>
      <dc:date>2017-03-22T13:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can not build iOS for x86_64 processor architecture</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/can-not-build-ios-for-x86-64-processor/m-p/344537#M1733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you trying to build for device or for the simulator? One thing that has changed with 5.8 is that Qt has moved to combining their simulator and their arm libs into one universal lib. With that change, there were some changes to qmake commands/variables. One thing you might try is to modify our prf file like the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- navigate to ~/Qt5.6.2/5.6/ios/mkspecs/features and open the arcgis qml prf&lt;/P&gt;&lt;P&gt;- if building for simulator, then comment out the iphoneos block. If building for arm/device, then comment out the iphonesimulator block. We are finding that both of these conditions are true in 5.8 due to the universal libs, which results in possibly the wrong lib getting linked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are working on testing 5.8 more on iOS to see how we can better support the new universal sim/arm libraries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could consider using 5.6.2 or 5.7.1 for iOS for the time being if none of these suggestions work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 15:33:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/can-not-build-ios-for-x86-64-processor/m-p/344537#M1733</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2017-03-23T15:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can not build iOS for x86_64 processor architecture</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/can-not-build-ios-for-x86-64-processor/m-p/344538#M1734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately changing the .prf files did not change anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, running the application with a 5.7.1 build did the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 10:00:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/can-not-build-ios-for-x86-64-processor/m-p/344538#M1734</guid>
      <dc:creator>PimJanissen</dc:creator>
      <dc:date>2017-03-24T10:00:31Z</dc:date>
    </item>
  </channel>
</rss>

