错误:ITMS-90338 – 在应用提交中使用非公共API。

huangapple go评论70阅读模式
英文:

Error: ITMS-90338 - Non-public API Usage in App Submission

问题

我正在使用 Xcode beta 版本 15 开发 Flutter 应用程序。

最近我更新了我的 Flutter 应用程序,并成功提交到 App Store Connect。然而,我收到了一封电子邮件通知,提到了错误代码 ITMS-90338,指示非公开的 API 使用。
错误:ITMS-90338 – 在应用提交中使用非公共API。

已经尝试过的方法:

  1. 我尝试使用 transporter 进行上传。
  2. 尝试执行以下命令:
flutter clean
rm -rf ios/Flutter/Flutter.framework
flutter build ios --release
英文:

I am using Xcode beta version 15 for Flutter app.

I recently updated my Flutter app and successfully submitted it to App Store Connect. However, I received an email notification mentioning the error code ITMS-90338, indicating non-public API usage.
错误:ITMS-90338 – 在应用提交中使用非公共API。

Things which i've already tried

  1. I've tried uploading it using transporter
  2. Tried using this also

flutter clean

rm -rf ios/Flutter/Flutter.framework

flutter build ios --release

答案1

得分: 1

无法使用测试版工具提交应用到应用商店。请使用Xcode 14重新构建您的应用并重新提交。

当Xcode 15发布候选版本可用于提交应用时,苹果将提供指导。

英文:

You cannot submit apps to the App Store using beta tools.

Rebuild your app with Xcode 14 and resubmit.

Apple will provide guidance when an Xcode 15 release candidate can be used to submit apps.

huangapple
  • 本文由 发表于 2023年7月3日 15:26:20
  • 转载请务必保留本文链接:https://go.coder-hub.com/76602660.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定