zhao0/ipapk-server

上传包的时候有bug

panjiulong opened this issue · 5 comments

pngdefry : seen 1 file(s), wrote 1 file(s)
/usr/local/lib/node_modules/ipapk-server/ipapk-server.js:302
var data = info[0];
^

TypeError: Cannot read property '0' of undefined
at /usr/local/lib/node_modules/ipapk-server/ipapk-server.js:302:22
at f (/usr/local/lib/node_modules/ipapk-server/node_modules/once/once.js:25:25)
at ZipFile. (/usr/local/lib/node_modules/ipapk-server/node_modules/ipa-extract-info/index.js:52:33)
at emitNone (events.js:106:13)
at ZipFile.emit (events.js:208:7)
at Immediate._onImmediate (/usr/local/lib/node_modules/ipapk-server/node_modules/yauzl/index.js:246:12)
at runCallback (timers.js:789:20)
at tryOnImmediate (timers.js:751:5)
at processImmediate [as _immediateCallback] (timers.js:722:5)

问题解决了,需要用Xcode打企业包

+1 企业证书adhoc的最近出现这个问题了,以前挺好的

@panjiulong extract info时的问题,没有获取到信息, ipa-extract-info 更新到最新的就可以了

zhao0 commented

@wanyakun 帮忙提个PR?

@zhao0 好,改天提一个