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?

More than 1 year has passed since last update.

【Swift】XcodeGenを使用してる際のFirebaseCrashlyticsのDEBUG_INFORMATION_FORMATの設定方法

Last updated at Posted at 2023-03-10

はじめに

3日前にXcodeGenを使用してる際のFirebaseCrashlyticsのRunScriptの設定記事を書きました。
今回はDEBUG_INFORMATION_FORMATの設定方法です。

ドキュメントはここです。

実装

project
    settings:
      base:
        INFOPLIST_FILE: Sample/Application/Info.plist
        CODE_SIGN_STYLE: Manual
        DEVELOPMENT_TEAM: XXXXXXX
        CODE_SIGN_ENTITLEMENTS: Sample/Application/Sample.entitlements
+       DEBUG_INFORMATION_FORMAT: dwarf-with-dsym
        TARGETED_DEVICE_FAMILY: 1
        DISPLAY_NAME: Sample

おわり

XcodeGenを使っているとFirebaseのドキュメント通りにはできないので注意が必要です

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?