Error no www found in root of project

Hi,

i have this error “[15:49:58]: fastlane finished with errors /usr/local/bundle/bin/fastlane: [!] No www found in root of project. (RuntimeError)”. But i don’t know what does it means, and why happen that.

Please help me.

We need more info to help you here, i guess.

What are doing, that throws this error?

It means something bad happened before this. You have a fatal build error that is preventing your project from building completely. The www directory is where the built version (“object code”, if you’re an oldhead) of your app sits.

this is a verbose comand

±-----------------±---------------------+
| Lane Context |
±-----------------±---------------------+
| DEFAULT_PLATFORM | ios |
| PLATFORM_NAME | android |
| LANE_NAME | android deploy_build |
| PROJECT_WEB_DIR | www |
±-----------------±---------------------+
[15:49:58]: No www found in root of project.

±-----±--------------------±------------+
| fastlane summary |
±-----±--------------------±------------+
| Step | Action | Time (in s) |
±-----±--------------------±------------+
| 1 | default_platform | 0 |
| 2 | build_summary | 0 |
| 3 | add_git_credentials | 0 |
| 4 | get_appflow_config | 0 |
| 5 | detect_native_type | 0 |
| 6 | dependency_install | 0 |
| 7 | get_web_dir | 0 |
| 8 | modify_config_xml | 0 |
| :boom: | build_pro_app | 0 |
±-----±--------------------±------------+

[15:49:58]: fastlane finished with errors
/usr/local/bundle/bin/fastlane: [!] No www found in root of project. (RuntimeError)
/builds/valerio-valval/oratori/fastlane/actions/build_pro_app.rb:34:in `run’: No www found in root of project. (RuntimeError)