[TIMOB-25674] iOS Build: Folders beginning with a platform name are excluded from app
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2018-01-18T16:41:52.000+0000 |
Affected Version/s | Release 7.0.0, Release 7.0.1 |
Fix Version/s | Release 7.0.2 |
Components | iOS |
Labels | merge-7.0.2, regression |
Reporter | Ewan Harris |
Assignee | Ewan Harris |
Created | 2018-01-15T14:26:01.000+0000 |
Updated | 2018-01-19T18:41:38.000+0000 |
Description
Description
*This is a regression from 6.3.0.GA* When building an app where there is a folder that begins with a valid platform then the folder will be excluded from the app, this is incorrect as we should only be excluding folders that match a valid platformSteps to reproduce
Download the attached app and build for iOSActual
Error below is thrown
[ERROR] Script Error Couldn't find module: ./iosTests/index for architecture: x86_64
[DEBUG] Application booted in 126.492977 ms
Expected
App should load, text should sayit works
Attachments
File | Date | Size |
---|---|---|
ignoredDir.zip | 2018-01-15T14:23:31.000+0000 | 5543097 |
[~emerriman] [~hknoechel] [~amukherjee] I'd like to put this forward for consideration in being included in 7.0.2, it's a regression from 6.3.0->7.0.0
master: https://github.com/appcelerator/titanium_mobile/pull/9735 7_0_X: https://github.com/appcelerator/titanium_mobile/pull/9736
FR Passed. Folders beginning with platform names are included in the build. Tested using the provided test app as well as additional projects that include similar folders.
Verified in SDK builds 7.0.2.v20180118200257 & 7.1.0.v20180119024135