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
Hello,
I am not that used to swift application, maybe you could add a paragraph how to build the application ?
I installed swift 6.0.3 and added it to my PATH and I can execute swift. So I executed the ./Building/Scripts/build-ubuntu-static in the root of BlinkTool checkout and failed with:
SPMBuildScripts/GenerateBundleVersionDotSwift: line 14: SPMBuildScripts/../GHAScripts/BundleVersionFromGit: No such file or directory
So I guess, I did something wrong ;-(
Thanks
Michael
The text was updated successfully, but these errors were encountered:
But it failed while linking
error: link command failed with exit code 1 (use -v to see invocation)
/usr/bin/ld.gold: error: cannot find -lCFURLSessionInterface
Good, I'll take a look - I didn't build it for Linux for quite some time. I recall doing some tweaks for Swift 5 - probably they're no longer necessary with Swift 6.
Hello,
I am not that used to swift application, maybe you could add a paragraph how to build the application ?
I installed swift 6.0.3 and added it to my PATH and I can execute swift. So I executed the ./Building/Scripts/build-ubuntu-static in the root of BlinkTool checkout and failed with:
SPMBuildScripts/GenerateBundleVersionDotSwift: line 14: SPMBuildScripts/../GHAScripts/BundleVersionFromGit: No such file or directory
So I guess, I did something wrong ;-(
Thanks
Michael
The text was updated successfully, but these errors were encountered: