<?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 Could Make Error: No signing certificae &amp;quot;iOS Development&amp;quot; found in ArcGIS AppStudio Questions</title>
    <link>https://community.esri.com/t5/arcgis-appstudio-questions/could-make-error-no-signing-certificae-quot-ios/m-p/773675#M544</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have an app developed using AppStudio for ArcGIS 3.1.134. Was able to successfully generate an ios build using cloud make at end of last month. Tried to generate a build today but this failed due to an expired developer certificate. I went through the usual process to update STBB with a new certificate, but&amp;nbsp;the cloud build is still failing but this time with a different error (in attached screenshot).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't work out if this is an issue with how I've regenerated the cert or updated the STBB config, but this is a process I've followed before without issue.&amp;nbsp;I'm not receiving any build notifications from cloud make&amp;nbsp;so don't have any further details to go on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case this is an issue with how I regenerated my certificate, here's the process I followed (PC is running Windows 10 with OpenSSL 1.1.0h 27 Mar 2018):&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Run OpenSSL from an&amp;nbsp;elevated command prompt&lt;/LI&gt;&lt;LI&gt;Generated CSR:&amp;nbsp;&lt;PRE&gt;req -out csr.csr -new -newkey rsa:2048 -nodes -keyout pvt.key&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Entered info and challenge password as prompted.&lt;/LI&gt;&lt;LI&gt;Successfully created an IOS developer certificate from the CSR. Downloaded to PC. Installed cert.&lt;/LI&gt;&lt;LI&gt;Updated provisioning profile to use new certificate. Downloaded to PC.&lt;/LI&gt;&lt;LI&gt;Generate PEM:&lt;PRE&gt;x509 -inform der -in ios_dev.cer -out ios_dev.pem&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Generated P12:&lt;PRE&gt;pkcs12 -export -out MyApp_Dev.p12 -inkey pvt.key -in ios_dev.pem -name "MyApp" -nodes&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Updated the app with the new provisioning and p12 files, then upload to AGOL.&lt;/LI&gt;&lt;LI&gt;Ran Cloud Make.&amp;nbsp;Received the attached error.&lt;/LI&gt;&lt;LI&gt;Tried deleting then re-installing the Apple intermediate cert (and IOS developer cert), the followed the above process again. Still no luck.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/451245_pastedImage_7.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I inspected my provisioning&amp;nbsp;profile in the iOS Dev site, I verified that the new certificate was selected and&amp;nbsp;the profile was for development. But I did notice this message next to the new certificate &lt;EM&gt;"For use in Xcode 11 or later"&lt;/EM&gt; - wonder if that could be related?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jun 2019 04:03:48 GMT</pubDate>
    <dc:creator>HeathcliffRongo</dc:creator>
    <dc:date>2019-06-24T04:03:48Z</dc:date>
    <item>
      <title>Could Make Error: No signing certificae "iOS Development" found</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/could-make-error-no-signing-certificae-quot-ios/m-p/773675#M544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have an app developed using AppStudio for ArcGIS 3.1.134. Was able to successfully generate an ios build using cloud make at end of last month. Tried to generate a build today but this failed due to an expired developer certificate. I went through the usual process to update STBB with a new certificate, but&amp;nbsp;the cloud build is still failing but this time with a different error (in attached screenshot).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't work out if this is an issue with how I've regenerated the cert or updated the STBB config, but this is a process I've followed before without issue.&amp;nbsp;I'm not receiving any build notifications from cloud make&amp;nbsp;so don't have any further details to go on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case this is an issue with how I regenerated my certificate, here's the process I followed (PC is running Windows 10 with OpenSSL 1.1.0h 27 Mar 2018):&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Run OpenSSL from an&amp;nbsp;elevated command prompt&lt;/LI&gt;&lt;LI&gt;Generated CSR:&amp;nbsp;&lt;PRE&gt;req -out csr.csr -new -newkey rsa:2048 -nodes -keyout pvt.key&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Entered info and challenge password as prompted.&lt;/LI&gt;&lt;LI&gt;Successfully created an IOS developer certificate from the CSR. Downloaded to PC. Installed cert.&lt;/LI&gt;&lt;LI&gt;Updated provisioning profile to use new certificate. Downloaded to PC.&lt;/LI&gt;&lt;LI&gt;Generate PEM:&lt;PRE&gt;x509 -inform der -in ios_dev.cer -out ios_dev.pem&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Generated P12:&lt;PRE&gt;pkcs12 -export -out MyApp_Dev.p12 -inkey pvt.key -in ios_dev.pem -name "MyApp" -nodes&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Updated the app with the new provisioning and p12 files, then upload to AGOL.&lt;/LI&gt;&lt;LI&gt;Ran Cloud Make.&amp;nbsp;Received the attached error.&lt;/LI&gt;&lt;LI&gt;Tried deleting then re-installing the Apple intermediate cert (and IOS developer cert), the followed the above process again. Still no luck.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/451245_pastedImage_7.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I inspected my provisioning&amp;nbsp;profile in the iOS Dev site, I verified that the new certificate was selected and&amp;nbsp;the profile was for development. But I did notice this message next to the new certificate &lt;EM&gt;"For use in Xcode 11 or later"&lt;/EM&gt; - wonder if that could be related?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2019 04:03:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/could-make-error-no-signing-certificae-quot-ios/m-p/773675#M544</guid>
      <dc:creator>HeathcliffRongo</dc:creator>
      <dc:date>2019-06-24T04:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Could Make Error: No signing certificae "iOS Development" found</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/could-make-error-no-signing-certificae-quot-ios/m-p/773676#M545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Turns out I needed to select&amp;nbsp;iOS App Development not Apple Development when creating the new certificate in the iOS Dev centre. Not sure how I missed this considering I've been looking at the page at least half a dozen times today, so feeling a bit stupid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Repeated the process above with a new iOS App Development certificate and now&amp;nbsp;the cloud make works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2019 05:27:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/could-make-error-no-signing-certificae-quot-ios/m-p/773676#M545</guid>
      <dc:creator>HeathcliffRongo</dc:creator>
      <dc:date>2019-06-24T05:27:42Z</dc:date>
    </item>
  </channel>
</rss>

