私はSwiftをインストールしましたが、開始するとこのエラーが発生します。ただし、コードを書いているときにコードが正常に機能するため、いくつかの解決策を検索してこのエラーを修正しますが、 libc6-dbg
を削除します。これを削除しても大丈夫ですか?これを削除した後、他の作業は効果がありませんか?Swiftエラーld-2.27.so
を無視する必要があります。私のコードは機能しています。
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 5.0.2 (Swift-5.0.2-RELEASE).
これは既知のバグです: https://bugs.Swift.org/browse/SR-869
Glibcでデバッグを行わない場合の回避策は、デバッグバージョンを削除することです。
Sudo apt remove libc6-dbg