[AC-5939] Fatal error: Unable to write "tiapp.xml" file (Error code: EACCES)
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Needs more info |
Resolution Date | 2018-11-28T22:39:43.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Appcelerator CLI, Titanium SDK & CLI |
Labels | n/a |
Reporter | Hitesh Verma |
Assignee | Shak Hossain |
Created | 2018-09-26T17:31:58.000+0000 |
Updated | 2018-11-28T22:39:43.000+0000 |
Description
On running appc run -p ios --build-only or appc run -p ios
getting below error:
Running "jsbeautifier:files" (jsbeautifier) task
{color:red}*[INFO] Fatal error: Unable to write "tiapp.xml" file (Error code: EACCES).*{color}
[INFO]
[ERROR] Error running Grunt
[ERROR] Alloy compiler failed
on running grunt:
error
Running "jsbeautifier:files" (jsbeautifier) task
{color:red}*Fatal error: Unable to write "tiapp.xml" file (Error code: EACCES).*{color}
[~hverma] It looks like the project you're building is using an alloy.jmk file to run some custom grunt tasks? I'm going to guess that's where the problem lies rather than the Alloy code, we would need to be provided a project that can reproduce this issue for sure, and I'm not sure how much support we can provide for custom things like this during the build process
Hello, Can you please provide the sample project that regenerates the issue? Thanks.