Expo - 更改项目名称而不删除 TestFlight 中的整个项目

Expo - changing the project name without deleting the entire project in TestFlight

是否可以更改 Expo 项目的名称而无需重新构建并提交到应用商店的整个过程?

我不小心没有更新 app.json 文件中的项目名称,现在卡在了 TestFlight 中名为 exmilti 的应用程序中。

构建、提交和获得 TestFlight 的批准花了几天时间,所以如果有一个简单的修复,我很乐意避免这个过程。

当我尝试使用新名称在 CLI 中重建它时出现错误:

Reason: Unexpected response, raw: {"responseId":"ed00c05f-82a0-41d6-9a7c-b48d04e68a1a","resultCode":35,"resultString":"There were errors in the data supplied. Please correct and re-submit.","userString":"Multiple profiles found with the name 'com.myComapanyName.AppName AppStore'. Please remove the duplicate profiles and try again."

这对我来说意味着我将不得不从 TestFlight 中完全删除该应用程序(哎呀),然后重新上传新命名的应用程序并等待他们再次批准。

有什么建议吗?

更新 - 我没有找到更简单的方法,所以我只是编译了项目并使用正确的名称再次通过 expo 推送它。

没有我预期的那么长。