
[Error] CoreData 사용시 attribute에서 Type을 URL로 사용하면서 나왔던 에러
·
Ios/Error노트
이번 에러의 경우에는 CoreData를 사용하면서 나왔던 오류이다. 사건의 발단 imageUrl의 타입을 URL타입으로 변경하였던 부분이다 차라리 String타입으로 설정하는게 더 쉽게 접근할 수 있다.하지만 이대로 진행하 보았다.그러다 마주친 에러"nw_connection_copy_connected_local_endpoint_block_invoke [C3] Client called nw_connection_copy_connected_local_endpoint on unconnected nw_connection nw_connection_copy_connected_remote_endpoint_block_invoke [C3] Client called nw_connection_copy_connected_re..