[TIMOB-24290] (IOS)Build fails with latest SDK build
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2017-01-10T19:53:13.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 6.1.0 |
Components | iOS |
Labels | n/a |
Reporter | Samir Mohammed |
Assignee | Chris Barber |
Created | 2017-01-10T18:57:22.000+0000 |
Updated | 2017-01-10T22:29:58.000+0000 |
Description
When running the latest SDK build (6.1.0.v20170110083813) the following error is shown:
[ERROR] : ** BUILD FAILED **
[ERROR] : The following build commands failed:
[ERROR] : CpResource Resources/app.js build/Products/Debug-iphoneos/buildtest.app/app.js
[ERROR] : (1 failure)
*Steps to reproduce*
1. Download the latest build (6.1.0.v20170110083813)
2. Launch Appcelerator studio
3. Go to File
-> New
-> Mobile App Project
4. Choose a Classic default project
5. Enter Details and create app
6. Go to the tiapp.xml
7. Set SDK to (6.1.0.v20170110083813)
8. Run app
*+Expected Result+*
Application should run without any errors.
*+Actual Result+*
Build error is shown.
Note: error only occurs on iOS devices.
Ti SDK master PR: https://github.com/appcelerator/titanium_mobile/pull/8741
Verified, Using the latest SDK build (6.1.0.v20170110133045) build error is no longer shown. *Environment*