0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

SPMで一生パッケージ入らなかったらキャッシュが悪かった

Posted at

開発環境

macOS: Sonoma 14.5
Xcode: 15.4

解決方法

~/Library/Caches/ の中のcom.apple.dt.Xcodeorg.swift.swiftpm を削除した。

経緯

社内ハッカソンで開発をしている時に、一人の環境だけSPMでバージョンの更新ができない状態だった。
DerivedDataを消したり、File -> Packages -> Reset Package Cachesをしたが、一向に解決せずSPMで取ってくるライブラリのバージョンを変えるとうまくいったため、SPMがわるいんじゃないかと思い、手当たり次第にキャッシュを消したら解決した。

よくわからず苦労したため、誰かの助けになれば幸いです。

参考

https://stackoverflow.com/questions/72315977/package-resolution-failed-xcode
https://qiita.com/Se1getsu/items/49730b8864e5077a845c

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?