-
If you are looking for help, please confirm the following...
Which mobile framework are you using?React Native Steps to reproduceBuild overview Index: 15 Expected resultsBuild does not time out Actual resultsBuild times out on "Preparing build machine" step Build id (optional)64a30a1495ad63d063bdd1c9 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi @CoreyCole, the error logs states that you have "Invalid encryption key - encrypted variables work only with builds in the same team they were created with" |
Beta Was this translation helpful? Give feedback.
-
I'm also getting this. Build ID 64a3e2937959bcae0bb385be I haven't moved or changed the app in any way since the last successful build. |
Beta Was this translation helpful? Give feedback.
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
Hi @CoreyCole, the error logs states that you have "Invalid encryption key - encrypted variables work only with builds in the same team they were created with"
Looks like you have moved your app, and you are currently using the same Android keystore. However, using the same keystore across different teams is not allowed. To resolve this, you will need to generate a new .jks file and add it to your workflow.