<?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: AppStudio 3.0 ArcGisRT100.2 iOS build in ArcGIS AppStudio Questions</title>
    <link>https://community.esri.com/t5/arcgis-appstudio-questions/appstudio-3-0-arcgisrt100-2-ios-build/m-p/873173#M3378</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimiliano,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bitcode is enabled by default in iOS App Store builds created using AppStudio 3.0. As described below, bitcode is an intermediate representation which does n't contain executable binary. The App Store then compiles the bitcode down into a 64bit executable.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Apple &lt;A href="https://help.apple.com/xcode/mac/current/#/devbbdc5ce4f" rel="nofollow noopener noreferrer" target="_blank"&gt;docs&lt;/A&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Bitcode&lt;/EM&gt; is an intermediate representation of a compiled program. Apps you upload to iTunes Connect that contain bitcode will be compiled and linked on the App Store. Including bitcode will allow Apple to re-optimize your &lt;A href="https://help.apple.com/xcode/mac/current/#/dev7af8b1d18" rel="nofollow noopener noreferrer" target="_blank"&gt;app binary&lt;/A&gt; in the future without the need to submit a new version of your app to the App Store.&lt;/P&gt;&lt;P&gt;For iOS apps, bitcode is the default, but optional.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure why this default behavior documented in official Apple docs is listed as a security vulnerability in the tools you are using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bitcode is currently an optional requirement for iOS AppStore upload. Bitcode can be disabled in AppStudio apps using below steps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Open app in QtCreator&lt;/P&gt;&lt;P&gt;- Open appinfo.json for editing manually&lt;/P&gt;&lt;P&gt;- Set make.ios.enableBitcode to false as shown below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;```&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;"arcgisRuntime"&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;1002,&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;"make"&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;{&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;"ios"&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;{&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;"enableBitcode"&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;false&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;},
```

- Save changes
- Upload app to ArcGIS Online
- Rebuild app using Cloud Make

I hope this helps.

Thanks
Shobana

&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 10:55:40 GMT</pubDate>
    <dc:creator>ShobanaSuresh</dc:creator>
    <dc:date>2021-12-12T10:55:40Z</dc:date>
    <item>
      <title>AppStudio 3.0 ArcGisRT100.2 iOS build</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/appstudio-3-0-arcgisrt100-2-ios-build/m-p/873172#M3377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've made via iCloud, an iOS build with AppStudio 3.0 ArcGisRuntime 100.2&lt;/P&gt;&lt;P&gt;We have this issue on testing the security vulnerability .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #323435; background: white; font-size: 11.0pt;"&gt;The app does not have an executable code "archs_no_code: - arm64"&amp;nbsp;This non-executable type of app was generated by exporting an archive of the application for "Save for iOS App Store Deployment" with "include bitcode" checkbox enabled&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you ever seen this issue? How can I provide an executable app?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Massimiliano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 09:39:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/appstudio-3-0-arcgisrt100-2-ios-build/m-p/873172#M3377</guid>
      <dc:creator>MassimilianoSantini</dc:creator>
      <dc:date>2018-05-30T09:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: AppStudio 3.0 ArcGisRT100.2 iOS build</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/appstudio-3-0-arcgisrt100-2-ios-build/m-p/873173#M3378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimiliano,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bitcode is enabled by default in iOS App Store builds created using AppStudio 3.0. As described below, bitcode is an intermediate representation which does n't contain executable binary. The App Store then compiles the bitcode down into a 64bit executable.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Apple &lt;A href="https://help.apple.com/xcode/mac/current/#/devbbdc5ce4f" rel="nofollow noopener noreferrer" target="_blank"&gt;docs&lt;/A&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Bitcode&lt;/EM&gt; is an intermediate representation of a compiled program. Apps you upload to iTunes Connect that contain bitcode will be compiled and linked on the App Store. Including bitcode will allow Apple to re-optimize your &lt;A href="https://help.apple.com/xcode/mac/current/#/dev7af8b1d18" rel="nofollow noopener noreferrer" target="_blank"&gt;app binary&lt;/A&gt; in the future without the need to submit a new version of your app to the App Store.&lt;/P&gt;&lt;P&gt;For iOS apps, bitcode is the default, but optional.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure why this default behavior documented in official Apple docs is listed as a security vulnerability in the tools you are using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bitcode is currently an optional requirement for iOS AppStore upload. Bitcode can be disabled in AppStudio apps using below steps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Open app in QtCreator&lt;/P&gt;&lt;P&gt;- Open appinfo.json for editing manually&lt;/P&gt;&lt;P&gt;- Set make.ios.enableBitcode to false as shown below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;```&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;"arcgisRuntime"&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;1002,&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;"make"&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;{&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;"ios"&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;{&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;"enableBitcode"&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;false&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;},
```

- Save changes
- Upload app to ArcGIS Online
- Rebuild app using Cloud Make

I hope this helps.

Thanks
Shobana

&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:55:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/appstudio-3-0-arcgisrt100-2-ios-build/m-p/873173#M3378</guid>
      <dc:creator>ShobanaSuresh</dc:creator>
      <dc:date>2021-12-12T10:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: AppStudio 3.0 ArcGisRT100.2 iOS build</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/appstudio-3-0-arcgisrt100-2-ios-build/m-p/873174#M3379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shobana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not express myself well, the security issue is not the bitcode.&lt;/P&gt;&lt;P&gt;It's the tool HP Fortify that is not able to test an ipa like this.&lt;/P&gt;&lt;P&gt;I'll try your suggestion. I'll let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 15:18:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/appstudio-3-0-arcgisrt100-2-ios-build/m-p/873174#M3379</guid>
      <dc:creator>MassimilianoSantini</dc:creator>
      <dc:date>2018-05-31T15:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: AppStudio 3.0 ArcGisRT100.2 iOS build</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/appstudio-3-0-arcgisrt100-2-ios-build/m-p/873175#M3380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shobana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it works, thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Massimiliano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 10:35:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/appstudio-3-0-arcgisrt100-2-ios-build/m-p/873175#M3380</guid>
      <dc:creator>MassimilianoSantini</dc:creator>
      <dc:date>2018-06-01T10:35:08Z</dc:date>
    </item>
  </channel>
</rss>

