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?

Live Activity / Dynamic Island に何も表示されない

Last updated at Posted at 2025-10-09

ActivityKit を使って Live Activity / Dynamic Island にコンテンツを表示させようとしたのに、

  • 起動はしているっぽいけど何も表示されない(真っ黒)
  • Text("あ") など書いているのに反映されない
  • エラーも出ないが表示されない

私もこの問題に数時間ハマりました。
結論としては 「Extensionがうまくembedされていなかった」 ことが原因でした。

✅ 解決方法(手順)

  1. Xcode を開く
  2. アプリ本体のターゲットを選択 → General タブを開く
  3. Frameworks, Libraries, and Embedded Content に注目
  4. 一旦 .appex を削除
    • General > Embedded Binaries(Frameworks, Libraries, and Embedded Content) から対象の widgetExtension.appex を選んで「-」で削除
  5. 再追加する
    • + ボタン → .appex を選んで Embed & Sign に設定
  6. クリーンビルド(Shift + Cmd + K)
  7. 再ビルド&アプリ再起動

追記
Minimum Deploymentsを18系に揃える
現状、どれかひとつでもiOS26にすると表示されません
スクリーンショット 2025-10-10 13.05.54.png

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?