한 시스템에서 다른 시스템으로 마이그레이션하려고합니다. 따라서 내 시스템에서 git 저장소의 코드를 복제했으며 이제는 새로운 시스템에서 응용 프로그램을 배포하려고합니다. 따라서 나는 성공적으로 npm install
명령을 실행하고 다음 나는 ionic cordova platform add ios
를 실행하려고하지만 명령이 오류 코드 오류와 함께 종료 될 때 이제 400 정확한 오류입니다 같은위한 플랫폼을 추가하기 위해 노력하고 있어요 그래서 :플랫폼을 추가하는 동안 Ionic 3이 400 오류를 표시합니다.
> cordova platform add ios --save
✔ Running command - done!
> ionic cordova resources ios --force
✔ Collecting resource configuration and source images - done!
✔ Filtering out image resources that do not need regeneration - done!
✔ Uploading source images to prepare for transformations - done!
✖ Generating platform resources - failed!
Error: encountered bad status code (400) for https://res.ionic.io/api/v1/transform
body: {"Error":"source image 1015x1015 too small for Default-736h.png, requires at least 1242x2208 source file"}
at Response.res.on (/My Drive/ionic_app/node_modules/@ionic/cli-utils/lib/cordova/resources.js:148:32)
at emitNone (events.js:106:13)
at Response.emit (events.js:208:7)
at emitNone (events.js:111:20)
at IncomingMessage.emit (events.js:208:7)
at endReadableNT (_stream_readable.js:1056:12)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
이미지를 바꾸려고 시도했지만 문제가 지속됩니다. 문제를 파악할 수 없습니다. 현재 운영 체제는 macOS High Sierra입니다. 를 실행하면 ionic serve -l
동일한 코드가 이전 컴퓨터에서 정상적으로 작동합니다. – OshoParth
이것을 해결할 수 있었습니까? – sebaferreras
여전히 동일하게 작업하지만 해결할 수는 없습니다. – OshoParth