LoginSignup
1
1
記事投稿キャンペーン 「2024年!初アウトプットをしよう」

XCTestでテスト実行しても「testing...」から進まない

Posted at

背景

XCTest実行しても「testing...」からずっと進まない。

調査

Xcode tests stuck in testing state

Also had the same issue, what worked is deactivating the "Execute in parallel" in the Tests options (Edit scheme -> Choose Test -> Select Test Plan and go to Options)

に書かかれている通り「Execute in parallel」のチェックを外すことで解決した。
image.png

1
1
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
1
1