Posts

Post not yet marked as solved
3 Replies
4.9k Views
Hello all, I've been using SPM For awhile. previously I put the binary ***.xcframework to my private repository, but now I want to put it inside my github assets whenever release instead. Below is my previous implementation, which is working great on my private repository. .binaryTarget(name: "***", path: "builds/***.xcframework") now wanna change to this .binaryTarget(name: "***",            url: "https://github.com/nsnull0/***/releases/download/1.4.17/***.zip",            checksum: "3180c34ec2f0ba3a8d5fe69fe90816368e7a74e6b25d11cb6dd382cf87ae6083") and it always got the error. ✅Fetching https://github.com/nsnull0/*** ✅Cloning https://github.com/nsnull0/*** ✅Checking out https://github.com/nsnull0/*** at dev/spm ✅Removing https://github.com/nsnull0/*** ❌artifact of binary target '***' faied download: invalid status code 404 1 error ....
Posted
by yos3ph001.
Last updated
.