Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@ChoSooMin
Copy link

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?

@skottmckay
Copy link
Contributor

I tried https://download.onnxruntime.ai/pod-archive-onnxruntime-c-1.18.0.zip and it's working currently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants