90725: SDK version issue. This app was built with the iOS 18.1 SDK. Starting April 28, 2026, all iOS and iPadOS apps must be built with the iOS 26 SDK or later, included in Xcode 26 or later, in order to be uploaded to App Store Connect or submitted for distribution.
打包上传提示SDK版本太低,这个要怎么解决,有尝试npx @dcloudio/uvm@latest不过报错
D:\xhy\fh\HDI\HDI-FH_app> npx @dcloudio/uvm@latest
D:\NVM\node_cache_npx\725dad05f6f22981\node_modules\@dcloudio\uvm\lib\project.js:29
throw new Error('Invalid project: ' + projectPath)
^
Error: Invalid project: D:\xhy\fh\HDI\HDI-FH_app
at info (D:\NVM\node_cache_npx\725dad05f6f22981\node_modules\@dcloudio\uvm\lib\project.js:29:11)
at start (D:\NVM\node_cache_npx\725dad05f6f22981\node_modules\@dcloudio\uvm\bin\index.js:14:27)
at Object.<anonymous> (D:\NVM\node_cache_npx\725dad05f6f22981\node_modules\@dcloudio\uvm\bin\index.js:30:1)
at Module._compile (node:internal/modules/cjs/loader:1554:14)
at Object..js (node:internal/modules/cjs/loader:1706:10)
at Module.load (node:internal/modules/cjs/loader:1289:32)
at Function._load (node:internal/modules/cjs/loader:1108:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:220:24)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:170:5)
Node.js v22.14.0