[TIMOB-20526] iOS Module: metadata.json file is written outside iphone module folder
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-03-07T21:36:11.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 5.2.1 |
Components | Tooling |
Labels | qe-5.2.1 |
Reporter | Feon Sua Xin Miao |
Assignee | Feon Sua Xin Miao |
Created | 2016-03-07T20:54:58.000+0000 |
Updated | 2016-03-10T17:47:43.000+0000 |
Description
Steps to reproduce
1. build an ios module outside the module folder: ti build -p ios -d ./iphone -b
Actual Result
The metadata.json
file is created under the current working directory
Expected Result
The metadata.json
file should be created under the iphone module folder
Comments
JSON Source
Master: https://github.com/appcelerator/titanium_mobile/pull/7812 5_2_X: https://github.com/appcelerator/titanium_mobile/pull/7813 5_3_X: https://github.com/appcelerator/titanium_mobile/pull/7814
Verified as fixed, When building a module outside of the module folder, the metadata.json file is created under the iphone module folder. Tested on: iPhone 6S (9.2) Device Mac OSX El Capitan 10.11.3 (15D21) Ti SDK: 5.2.1.v20160307134704 Appc Studio: 4.5.0.201602170821 Appc NPM: 4.2.4-2 App CLI: 5.2.1-12 Xcode 7.2 Node v4.2.6 *Closing ticket.*