'NSInternalInconsistencyException', reason: 'Error while inserting data. 'not an error''
from iPhone Programming 2010/04/07 15:05
아이폰 SQLite 사용할 때 하기와 다음과 같은 메세지가 나올 때가 있다.
해결법: DB 스키마 중 Primary 키 옵션이 있는 필드에 autoincrease 옵션을 On으로 설정하면 됨.
'NSInternalInconsistencyException', reason: 'Error
while inserting data. 'not an error''
해결법: DB 스키마 중 Primary 키 옵션이 있는 필드에 autoincrease 옵션을 On으로 설정하면 됨.
댓글을 달아 주세요