본문 바로가기

Mobile/IOS

Privacy Sensitive 에러 메시지

 

[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