You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
failed downloading 'https://download.onnxruntime.ai/pod-archive-onnxruntime-c-1.18.0.zip' which is required by binary target 'onnxruntime': badResponseStatusCode(404)
#18
Open
ChoSooMin opened this issue
Jun 26, 2024
· 1 comment
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?
The text was updated successfully, but these errors were encountered:
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.zip
on website, i got error like this.How can I solve this error?
The text was updated successfully, but these errors were encountered: