Error (Xcode): unable to read property list from file: /Users/jude/Local Storage/Local 코드/Flutter/contact_re/ios/Runner/Info.plist: The operation couldn’t be completed. (XCBUtil.PropertyListConversionError error 2.)
Could not build the application for the simulator.
Error launching application on iPhone 11.
콘솔창에 위와 같은 에러가 뜨고 있습니다. 이것저것 검색도 해보고 수정도 해본결과
info.plist에서 다음 두 코드를 지우면 정상 작동하는 것 까지 발견했습니다.
<key>NSContactsUsageDescription</key>
<string>님 폰의 연락처 권한이 필요합니다 제발 주셈</string>
무엇이 문제 일까요...?