iOS build errors

Everything was fine until today. There were no problems with Android App Bundle, but when I try to build standalone apps for iOS(expo build:ios -t archive) a bunch of different error messages pop up. Like such:

  • Failed to set up Push Key
  • Failed to update provisioning profile
  • Failed to set up Distribution Certificate

I have already cleared the previous build data - expo build:ios -c but it didn’t help in anyway

what expo-cli version are you using? does your apple account have permissions to manage these credentials?

can you run EXPO_APP_STORE_DEBUG=1 expo build:ios and share the output?

My expo-cli version 4.4.4.
does your apple account have permissions to manage these credentials?
I have done this many times before and have not changed anything in apple account.

Sometimes i get something like this:

Cannot extract key “keys” from response data of type string:

<HTML>
<HEAD>
<TITLE>Error</TITLE>
</HEAD>
<BODY BGCOLOR="white" FGCOLOR="black">
<H1>Error</H1>
<HR>

<FONT FACE="Helvetica,Arial"><B>
Description: Could not process this request.
</B></FONT>
<HR>
</BODY>

Error: Cannot extract key "keys" from response data of type string: <HTML>
<HEAD>
<TITLE>Error</TITLE>
</HEAD>

<BODY BGCOLOR="white" FGCOLOR="black">
<H1>Error</H1>
<HR>

<FONT FACE="Helvetica,Arial"><B>
Description: Could not process this request.
</B></FONT>
<HR>

if you are on a team, is it possible that the administrator of that team has changed your privileges.

can you please update to the latest version of expo-cli to the latest? 4.10.1

also, again, please share the output of EXPO_APP_STORE_DEBUG=1 expo build:ios

I solved this problem. Manually uploaded all keys, certificates, etc. It turned out to successfully make a build, then through the command eas submit -p ios --url ... I uploaded it to appstoreconnect

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.