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?

【Xcode Cloud】CocoaPods → SPM移行後のビルドエラーの対処方法

Last updated at Posted at 2025-09-05

エラー内容

CocoaPodsからSwift Package Manager(SPM)に移行した後、Xcode Cloudで以下のエラーが発生:

Workspace App.xcworkspace does not exist at App.xcworkspace

解決方法

XcodeでXcode Cloudの設定を変更

  1. Xcodeでプロジェクトを開く
  2. ナビゲーターエリア の1番右のタブからCloudを選択

3.「Xcode Cloud」 セクションから該当するワークフローを選択
4.「Edit Workflow」 をクリック
5.「General」 タブで以下を変更:

  • Project or Workspace: .xcworkspace.xcodeproj に変更

6.「Save」 をクリックして保存

まとめ

SPMに移行した際は、プロジェクトファイルの変更に合わせてXcode Cloudの設定も更新する必要があるようです。

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?