[access] 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.
에러가 발생한 이유
처음에는 사진을 찍고 저장한 사진은 폴더에 저장하고 firebase에 저장할려고 하였는데 위와 같은 에러가 발생하였다.
에러 해결
1. Info.plist로 들어간다.
2. Information Property List에서 ‘+’ 버튼을 클릭후에 Privacy - Photo Library Usage Description을 찾아서 클릭한다.
3. 그러고 나서 다시 에러난 부분을 작동하면 알람창이 뜨고 ‘OK’ 버튼을 클릭한다.
더 많은 참고자료들 : https://developer.apple.com/documentation/uikit
'Mobile > IOS' 카테고리의 다른 글
초기뷰컨트롤러 선언 에러(Failed to instantiate the default view controller for UIMainStoryboardFile 'Main') (0) | 2022.02.07 |
---|---|
failed to prepare device for deployment 에러 (0) | 2022.02.07 |
네비게이션 컨트롤러 화면 전환 (0) | 2022.02.07 |
핀치 제스처 (0) | 2022.02.07 |
스와이프 제스처 사용하기 (0) | 2022.02.07 |