問題
NSPhotoLibraryAddUsageDescriptionを記述しているにも関わらず、記述されていない判定でクラッシュする

This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSPhotoLibraryAddUsageDescription key with a string value explaining to the user how the app uses this data.
原因
SwiftUIはXcode13からデフォルトでInfo.plistが表示されなくなりました。
ですので、Info.plistの編集はこちらから行います。

しかし、1度編集を行うとプロジェクト内にInfo.plistファイルが生成されます。

こちらからNSPhotoLibraryAddUsageDescriptionを追加しても反映されていませんでした。

解決方法
ターケット内のInfoからパーミッションリクエストを記述する

おわり
おそらくバグです
