DEV/오류
Error: "The sandbox is not in sync with the Podfile.lock..." after installing RestKit with cocoapods
xCode project target 선택 후 Build Phases -> [CP] Check Pods Manifest.lock 에서 수정. Go to Build Phases -> Check Pods Manifest.lock and replace diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null to diff "${SRCROOT}/Podfile.lock" "${SRCROOT}/Pods/Manifest.lock" > /dev/null 출처 : https://stackoverflow.com/questions/21366549/error-the-sandbox-is-not-in-sync-with-the-podfile-lock-..
EACCES: permission denied, unlink '~/src-cordova/platforms/ios/www/.gitignore'
npm run cordova-prepare EACCES: permission denied, unlink '/Users/jaeuk/_works/ngstudy-student-v2-1006/src-cordova/platforms/ios/www/.gitignore' 위 오류 발생시 sudo chown -R $USER