info.plist??
アプリをビルドする際に予めしらせたい情報を記載するファイル
Bundle identifierなんかもここに記載する。
今回はimage_pickerを使用する際に下記のような記載を追加した。
<key>NSPhotoLibraryUsageDescription</key>
<string>This app requires to access your photo library</string>
<key>NSCameraUsageDescription</key>
<string>This app requires to add file to your camera</string>
<key>NSMicrophoneUsageDescription</key>
<string>This app requires to add file to your photo library your microphone</string>
ギャラリーやカメラにアクセスすることを許可する記述のよう