목록Xcode (3)
King of Stock
UITableView 함수인 endUpdates() 호출할 때에 다음과 같은 오류가 발생하는 경우가 있다. 오류메시지: Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid update: invalid number of rows in section 0. The number of rows contained in an existing section after the update (14) must be equal to the number of rows contained in that section before the update (14), plus or minus the number of row..
용량 문제나 개발하는 앱이 특정 기기에만 한정될때 불필요한 시뮬레이터를 삭제할 수가 있습니다.삭제를 하기 위해서는 다음 메뉴로 이동하여 삭제를 할 수 있습니다. 상단 메뉴: Window > Devices and Simulators 왼쪽에 보이는 목록에서 삭제하고자 하는 시뮬레이터를 노려봅니다. 마우스 오른쪽 클릭(트랙패드로는 두 손가락 클릭?) 하면 삭제 메뉴가 보입니다 아래 화면처럼 삭제버튼을 과감히 클릭하면 삭제됩니다. 추가적으로 파일을 삭제하는 방법도 있습니다.위에 내용이랑 추가적으로 파일 삭제하는 방법은 링크로 대체합니다. ㅋhttps://stackoverflow.com/a/30940055 그럼 도움이 되시길...
별거는 아니지만 그래도 혹시 당황하시는 사람들을 위해서 작성합니다. 시뮬레이터를 통해서 앱을 테스트 하고자 할때 아래와 같은 비스무리한 오류가 발생 한다면 시뮬레이터 버젼이 낮아서 나오는 오류로 볼 수 있습니다. 가볍게 시뮬레이터의 버전 업데이트를 수행해주시면 됩니다. CopySwiftLibs /Users/awesome/Library/Developer/Xcode/DerivedData/MyAwesomeApp-hivqjkvpcyksquaztfalzhypnhhn/Build/Products/Debug-iphonesimulator/MyAwesomeApp.app cd /Users/awesome/Desktop/remote_repository/my-awesome-app export CODESIGN_ALLOCATE=/A..