[TIMOB-28142] iOS: module builds with example app fail to unzip built module
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2020-09-18T21:29:07.000+0000 |
Affected Version/s | Release 9.2.0 |
Fix Version/s | Release 9.2.0 |
Components | iOS |
Labels | n/a |
Reporter | Christopher Williams |
Assignee | Christopher Williams |
Created | 2020-09-16T19:41:14.000+0000 |
Updated | 2020-09-18T21:29:07.000+0000 |
Description
When running a module build (not as build-only), the post-build steps where it creates a ti app and launches it fail because the unzip command to extract the built module fails with a Node.JS stdout maxBuffer limit.
ti build -p ios
https://github.com/appcelerator/titanium_mobile/pull/12091
Verified the fix with SDK 9.2.0.v20200918123430. Closing.