Sancha built for sassa target

I am trying to create a Sencha application, but am getting the following errors:

[ERR] The following error occurred while executing this line: /Users/conor/Repositories/POS/pos/.sencha/app/build-impl.xml:286:

The following error occurred while executing this line: /Users/conor/Repositories/POS/pos/.sencha/app/sass-impl.xml:280:

The following error occurred while executing this line: /Users/conor/Repositories/POS/pos/.sencha/app/sass-impl.xml:286:

Problem: Failed to create task or enter x-compass-compile command. Reason: name is undefined. Action: Check spelling. Act. Make sure custom tasks / types have been declared. Act. Make sure / declaration.

I looked at Ant scripts and it seems that the problem is related to the SASS process using Compass.

I can confirm that Compass v1.0.3 is installed.

After that, I'm not an expert at Sencha, so I'm stuck. How can I fix this problem?

Thanks.

+5
source share
1 answer

I ran into this error. I just upgraded to Sencha CMD 6.0.2.14. Download Page

It looks like you are using Sencha Touch, and this is probably 2.x. The installer should specify a component called "Compass extension".

See screenshot

  1. If you did not install ruby, install ruby2.X. Ruby is required to create a sencha application and set 'ruby' to your system path variable. for example: check your ruby ​​version with ruby -v
+9
source

All Articles