
Ubuntu日本語フォーラム

ログインしていません。
インストール方法を記したサイトQitta {Ubuntu 18.04 で Swift を使う}(https://qiita.com/ekzemplaro/items/d0bfd88f873276f97a31)
$swift
error: ld-2.27.so 0xffffffff0005c564: adding range [0x1464a-0x146ba) which has a base that is less than the function's low PC 0x14dc0. Please file a bug and attach the file at the start of this error message
error: ld-2.27.so 0xffffffff0005c564: adding range [0x146d0-0x146d6) which has a base that is less than the function's low PC 0x14dc0. Please file a bug and attach the file at the start of this error message
error: ld-2.27.so 0xffffffff0005c5c5: adding range [0x1464a-0x146ba) which has a base that is less than the function's low PC 0x14dc0. Please file a bug and attach the file at the start of this error message
error: ld-2.27.so 0xffffffff0005c5c5: adding range [0x146d0-0x146d6) which has a base that is less than the function's low PC 0x14dc0. Please file a bug and attach the file at the start of this error message
Welcome to Swift version 4.2-dev (LLVM 6e538a505a, Clang 9dd0997a35, Swift 06326afb34).
Type :help for assistance.
1>
エラーを取り除くにはどうしたらいいでしょうか?
オフライン
問題は解決されましたが、また新しい問題が出てきました!
cd Sample
mkdir myApp
cd myApp
swift package init --type executable
/opt/swift/usr/bin/swift-package: error while loading shared libraries: libBlocksRuntime.so.0: cannot open shared object file: No such file or directory
このようなエラーが出てきました。 どうやったら解決できますか?
オフライン