Arduino example project error

I wantet to try a magic wand project that used the accelerometer on the BLE sense rev2 board. I built the arduino library and added it in the IDE. When I loaded the example(nano_ble33_sense_rev2/nano_ble33_sense_rev2_accelerometer) and tried to compile it I got an error.

The error was: Compilation error: #error “Invalid model for current sensor”

When collecting data, I connected the dev board, then at the data acquisition page I chose “Inertial(Accelerometer/Gyroscope)”

At impulse design I chose spectral analysis and all possible parameters (accX,axxY,accZ,gyrX,gyrY,grZ)

At deployement I choose EON compiler and Quantized

What can be the problem?