Terminating app due to uncaught exception 'RLMException', reason: 'Attempting to modify object outside of a write transaction - call beginWriteTransaction on an RLMRealm instance first.'
객체의 수정은 트랜잭션 내에 실행되어야 한다.
객체를 수정한후 가지고와서 업데이트 하는방법 에서
수정할 “key”:value 를 가져와 반영 해 주기로 했다.