0
1

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 26でDynamic Islandを非表示でスクショを撮る

Last updated at Posted at 2025-09-26

前提

Simulatorで「⌘ + S」でスクショを撮るとDynamic Islandが表示されてしまう

今までの解決策

Simulator → Trigger Screenshot をすればDynamic Islandを非表示でスクショできる。

その後コピーしてDesktopなどにペーストできるらしいが、Xcode 26ではできなかった。シンプルに不具合かも。

Xcode 26での解決策

その場合は以下のように直接Simulatorのdataを見に行けばスクショが保存されている。

$ open ~/Library/Developer/CoreSimulator/Devices/(SimulatorのIdentifier)/data/Media/DCIM/100APPLE

(SimulatorのIdentifier)はXcodeのWindow → Device and Simulatorsから確認できる。

スクリーンショット 2025-09-26 13.56.53.png

これでSimulator内部に保存されたスクショを取り出せる。

参考

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?