<?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 Local build for iOS. in ArcGIS AppStudio Questions</title>
    <link>https://community.esri.com/t5/arcgis-appstudio-questions/local-build-for-ios/m-p/777263#M677</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to make a local build for my app in AppStudio using Qt 5.11, XCode9.3 and Appstudio 3.1. All the tools are installed as required here&amp;nbsp;&lt;A class="link-titled" href="https://doc.arcgis.com/en/appstudio/extend-apps/installdevtoolslocalmake.htm" title="https://doc.arcgis.com/en/appstudio/extend-apps/installdevtoolslocalmake.htm"&gt;Install development tools for local Make—AppStudio for ArcGIS | ArcGIS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error i receive is : Code Signing Error: Provision file "XXXXXXXX" has app ID "com.xxxxxx.xxxxx.ios", which doesn't&amp;nbsp; match the bundle ID"com.xxxxxx.xxxxx.AppStudioApp". I have put the correct bundle ID and certificate file, I am curious how app studio supplied Bundle id with .AppStudioApp. The agony is i have been able to make a local build using Qt 5.9 xcode 8.3 and appstudio 2.1 back in march. But after the updating now i am stuck here and couldn't move forward.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would appreciate if someone can help&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Dec 2018 09:37:22 GMT</pubDate>
    <dc:creator>GeoDevPathways_Data</dc:creator>
    <dc:date>2018-12-05T09:37:22Z</dc:date>
    <item>
      <title>Local build for iOS.</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/local-build-for-ios/m-p/777263#M677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to make a local build for my app in AppStudio using Qt 5.11, XCode9.3 and Appstudio 3.1. All the tools are installed as required here&amp;nbsp;&lt;A class="link-titled" href="https://doc.arcgis.com/en/appstudio/extend-apps/installdevtoolslocalmake.htm" title="https://doc.arcgis.com/en/appstudio/extend-apps/installdevtoolslocalmake.htm"&gt;Install development tools for local Make—AppStudio for ArcGIS | ArcGIS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error i receive is : Code Signing Error: Provision file "XXXXXXXX" has app ID "com.xxxxxx.xxxxx.ios", which doesn't&amp;nbsp; match the bundle ID"com.xxxxxx.xxxxx.AppStudioApp". I have put the correct bundle ID and certificate file, I am curious how app studio supplied Bundle id with .AppStudioApp. The agony is i have been able to make a local build using Qt 5.9 xcode 8.3 and appstudio 2.1 back in march. But after the updating now i am stuck here and couldn't move forward.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would appreciate if someone can help&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2018 09:37:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/local-build-for-ios/m-p/777263#M677</guid>
      <dc:creator>GeoDevPathways_Data</dc:creator>
      <dc:date>2018-12-05T09:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Local build for iOS.</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/local-build-for-ios/m-p/777264#M678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The build error you've described above is caused due to Qt bug introduced in Qt5.11.1. &lt;A class="link-titled" href="https://bugreports.qt.io/browse/QTBUG-70072" title="https://bugreports.qt.io/browse/QTBUG-70072"&gt;[QTBUG-70072] PRODUCT_BUNDLE_IDENTIFIER is ignored in creation of Xcode project - Qt Bug Tracker&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Qt5.11.1, the app's binary name gets added as a suffix to the bundle id. Target binary name for all AppStudio apps is AppStudioApp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This bug has been resolved in Qt5.11.2. AppStudio 3.2 which is planned to be released soon will be based based on Qt5.11.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below workaround can be used for now to get the builds working with Qt5.11.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Open the file &lt;EM&gt;~/Qt5.11.1/5.11.1/ios/mkspecs/features/mac/default_post.prf&lt;/EM&gt; in a text editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Comment out below line which adds the target binary name as a suffix to bundle id i.e., Add # at the start of the line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;# xcode_product_bundle_identifier_setting&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;value &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"$${xcode_product_bundle_identifier_setting.value}.${PRODUCT_NAME:rfc1034identifier}"&lt;/SPAN&gt;‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Save the changes and rebuild your app&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shobana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2018 23:01:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/local-build-for-ios/m-p/777264#M678</guid>
      <dc:creator>ShobanaSuresh</dc:creator>
      <dc:date>2018-12-05T23:01:04Z</dc:date>
    </item>
  </channel>
</rss>

