ビルドまでは何とか出来たのですが、monacaのAppStoreUploaderでAppStoreにアップロードしようとすると以下のエラーが出てしまい先に進めません。
2020-06-28 10:55:05.657 altool[673:5418] ***
Error: Errors uploading 'package.ipa': (
"Error Domain=ITunesTransporterErrorDomain Code=-18000
"ERROR ITMS-90725: "SDK Version Issue. This app was built with the iOS 12.2 SDK. New apps for iPhone or iPad must be built with the iOS 13 SDK or later."" UserInfo={
NSLocalizedRecoverySuggestion=ERROR ITMS-90725: "SDK Version Issue. This app was built with the iOS 12.2 SDK. New apps for iPhone or iPad must be built with the iOS 13 SDK or later.",
NSLocalizedDescription=ERROR ITMS-90725: "SDK Version Issue. This app was built with the iOS 12.2 SDK. New apps for iPhone or iPad must be built with the iOS 13 SDK or later.",
NSLocalizedFailureReason=ERROR ITMS-90725: "SDK Version Issue. This app was built with the iOS 12.2 SDK. New apps for iPhone or iPad must be built with the iOS 13 SDK or later."}"
)
AppStoreで情報の入力などはしています。
エラーの内容を見るとiOS13のSDKでビルドしてください、というものです。
MonacaのDocsを見るとiOS13のSDKに対応するためにcordova9.0以上でプロジェクトを作るように書いてありますが、その条件は満たしています。
どうすればいいのか教えてください。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。