I added 'onnxruntime-swift-package-manager' in my Xcode project, but I got error like this.
xcodebuild: error: Could not resolve package dependencies:
failed downloading 'https://download.onnxruntime.ai/pod-archive-onnxruntime-c-1.18.0.zip' which is required by binary target 'onnxruntime': badResponseStatusCode(404)
failed downloading 'https://download.onnxruntime.ai/pod-archive-onnxruntime-extensions-c-0.11.0.zip' which is required by binary target 'onnxruntime_extensions': badResponseStatusCode(404)
fatalError
and I visited the https://download.onnxruntime.ai/pod-archive-onnxruntime-c-1.18.0.zip on website, i got error like this.
The requested content does not exist.
HttpStatusCode: 404
ErrorCode: WebContentNotFound
RequestId : ec3b033f-801e-00a1-52d7-c7ef5a000000
TimeStamp : 2024-06-26T14:46:26.1417489Z
How can I solve this error?
I added 'onnxruntime-swift-package-manager' in my Xcode project, but I got error like this.
and I visited the
https://download.onnxruntime.ai/pod-archive-onnxruntime-c-1.18.0.zipon website, i got error like this.How can I solve this error?