万年素人からHackerへの道

万年素人がHackerになれるまで殴り書きするぜ。

dSYMのエラー

Xcode Archiveしてバリデーションしたら出る

Upload Symbols Failed
The archive did not include a dSYM for the GoogleMobileAds.framework with the UUIDs [A19D8930-6077-34AC-A014-2CDAC293A19B]. Ensure that the archive's dSYM folder includes a DWARF file for GoogleMobileAds.framework with the expected UUIDs.
Upload Symbols Failed
The archive did not include a dSYM for the UserMessagingPlatform.framework with the UUIDs [1C3256DF-C465-330F-876B-B9DFA35E1350]. Ensure that the archive's dSYM folder includes a DWARF file for UserMessagingPlatform.framework with the expected UUIDs.
-                               DEBUG_INFORMATION_FORMAT = dwarf;
+                               DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
                                ENABLE_STRICT_OBJC_MSGSEND = YES;
                                ENABLE_TESTABILITY = YES;
                                ENABLE_USER_SCRIPT_SANDBOXING = YES;
+                               STRIP_INSTALLED_PRODUCT = NO;
                                GCC_C_LANGUAGE_STANDARD = gnu17;

GoogleMobileAds SDKのdSYMファイルが不足しているため、App Store Connectでのアップロードが失敗しています。これは、将来的にアプリでクラッシュが発生した際の解析に必要なファイルだからです。 先ほど設定したDEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"により、このdSYMファイルが正しく生成されるようになります。

countyとは?

County (郡)の意味っぽいが An area in a country or state that has its own local government. の定義

日本は2層構造なのでcountyがない

Country Structure Type Level 1 Level 2 Level 3 Notes
🇯🇵 Japan Two-tier Prefecture (都道府県) Municipality (市町村) 郡に自治権なし。東京23区は例外的扱い。
🇺🇸 USA Three-tier State (州) County (郡) City/Town (市・町) 郡も市も独自政府あり。州ごとの制度差も大きい。
🇨🇳 China Four-tier Province (省) Prefecture-level city (地級市) County-level (県級市・区) Township (郷・鎮) 非常に階層的で、中央集権的。郷や鎮に党幹部配置。
🇰🇷 South Korea Two to Three-tier Province/Metropolitan city (道・広域市) City/County/District (市・郡・区) Eup/Myeon/Dong (邑・面・洞) 一部は三層だが、制度的には二層に近い。
🇻🇳 Vietnam Three-tier Province (Tỉnh) / Municipality (Thành phố trực thuộc TW) District (Quận/Huyện) Commune/Ward (Xã/Phường) 中央集権的で、共産党による管理。

GodotのiOSエクスポート設定系

iOSでエクスポートはプロジェクト→エクスポート

iOS

オフラインモードになっていてiOSのエクスポート用のプロジェクトをダウンロードできない時 Godot→エディター設定

「プロジェクト→プロジェクト設定」ではない!!のでハマった そこにもネットワーク設定があるので