Fatal error: Cannot read property 'statusCode' of undefined

  • 1
  • Problem
  • Updated 7 years ago
  • Solved
Hi,

Im trying to use the grunt-phonegap-build(https://github.com/centralway/grunt-p...) to automate my app.zip upload and build.

So when i running this task i got the message:

Running "phonegap-build" task
Fatal error: Cannot read property 'statusCode' of undefined

But the first time that i runnuing it its works fine.

Follow my grunt task code:

'phonegap-build': {
options: {
archive: '/app.zip',
'appId': 'com.playlana',
'user': {
'email': 'my adobe email',
'password': 'my adobe password'
}
}
},

Thank you for your help!
Henry
Photo of Henry Oliver

Henry Oliver

  • 9 Posts
  • 0 Reply Likes

Posted 7 years ago

  • 1
Photo of Henry Oliver

Henry Oliver

  • 9 Posts
  • 0 Reply Likes
Is that a zip file size limit??? My app.zip file have 1.6mb, but its because the icons and splash screens inside the images folder. If i delete it, works!
Photo of Zahir

Zahir

  • 3500 Posts
  • 40 Reply Likes
Assuming the problem is resolved, this issue is now closed.
Create a new issue if you have any other problem with PhoneGap Build.
Thanks

This conversation is no longer open for comments or replies.