분류 전체보기

기타/iOS🍎

[iOS/Swift]Terminating app due to uncaught exception 'NSGenericException', reason: 'Unable to activate constraint with anchors < > because they have no common ancestor. Does the constraint or its anchors reference items in different view hierarchies? ..

That's illegal이라는 말에 상처 받는다. addSubview에 안넣은 UI 부분이 있었다 ~ ㅜ ㅜ addSubview에 안넣은 view들이 있는지 확인해보기!

기타/iOS🍎

[iOS] Storyboard 없이 코드베이스로 프로젝트 시작하기

1. 프로젝트 생성하기 2. Main.storyboard 삭제 삭제만 한 상태로 프로젝트를 그냥 시작하게 되면 오류가 발생합니다! Main.storyboard를 찾을 수 없다는 오류가 뜨게됩니다. 'Could not find a storyboard named 'Main' in bundle NSBundle [파일위치] WeatherClone.app> (loaded)' terminating with uncaught exception of type NSException 3. Storyboard 오류 해결하기 - info.plist에 가서 storyboard 이름을 삭제시킵니다. - 프로젝트 targets 설정에서 BuildSettings - info.plist Value - UIKit Main Storyboa..

Server🧤/Node.JS

[Node.js] NPM 라이브러리

https://pm2.keymetrics.io/ PM2 - Home Advanced process manager for production Node.js applications. Load balancer, logs facility, startup script, micro service management, at a glance. pm2.keymetrics.io pm2 start [파일명] --watch 다시 서버를 껐다가 킬 필요 없이, reload만 해주면 변경사항을 반영해줌 pm2 monit 모니터링 pm2 stop pm2 restart pm2 delete

yujindonut
'분류 전체보기' 카테고리의 글 목록 (21 Page)