EstevanBR / SwiftGodotKick

Create a SwiftGodot + SwiftGodotKit powered project
MIT License
17 stars 3 forks source link

Impossible first try by amateur. #14

Open typoland opened 5 hours ago

typoland commented 5 hours ago

Going through instructions, process fails on 1:

error: swiftgodot is required using two different revision-based requirements (fe24cb01640c2d4d48c8555a71adfe346d9543cf and beb2928f404f2905674c5f85f37a63ea2c25eb76), which is not supported

(Godot 4.3 installed)

2: When I changed revision id to beb2928f404f2905674c5f85f37a63ea2c25eb76 After:

cd /home/user/Documents/Code/Swift/KickExampleProject && make all

next error appeared:

swift build --product Test --build-path ./.build
Downloading binary artifact https://github.com/migueldeicaza/SwiftGodotKit/releases/download/4.3.4/libgodot.xcframework.zip
error: failed downloading 'https://github.com/migueldeicaza/SwiftGodotKit/releases/download/4.3.4/libgodot.xcframework.zip' which is required by binary target 'binary_libgodot': badResponseStatusCode(404)
Downloading binary artifact https://github.com/migueldeicaza/SwiftGodotKit/releases/download/4.3/libgodot.xcframework.zip
error: failed downloading 'https://github.com/migueldeicaza/SwiftGodotKit/releases/download/4.3/libgodot.xcframework.zip' which is required by binary target 'libgodot_tests': badResponseStatusCode(404)
make: *** [build] Error 1

PS. Probably I'm doing something wrong. If it's not right way to communicate this, feel free to delete this post and not to answer :) and have a good day!

EstevanBR commented 3 hours ago

Thank you for logging this issue! I am looking into this now.