[오류]Cannot subscript a value of type '[String : Any]' with an type 'UIImagePickerController.InfoKey'


[오류]Cannot subscript a value of type '[String : Any]' with an type 'UIImagePickerController.InfoKey'

오류 [오류]Cannot subscript a value of type '[String : Any]' with an type 'UIImagePickerController.InfoKey' abcde621 2018. 12. 2. 23:22 이웃추가 본문 기타 기능 Cannot subscript a value of type '[String : Any]' with an index of type 'UIImagePickerController.InfoKey' imagePickerController 사용 시 오류가 나는 경우가 있다. swift 버전 업그레이드로 변경된 점이라고 한다. //4.0 func imagePickerController(_ picker: UIImagePickerController, didFinishPickingMediaWithInfo info: [String : Any]) //4.1 func imagePickerController(_ picker: UIImagePickerC...



원문링크 : [오류]Cannot subscript a value of type '[String : Any]' with an type 'UIImagePickerController.InfoKey'