Fatal error: RFduinoBLE.h: No such file or directory

For several days, I can not compile the RFduino projects. Even the simplest project gives me an error that it does not find this file.

Please share your platformio.ini.

This is my platformio.ini file:

[env:rfduino]
platform = nordicnrf51
board = rfduino
framework = arduino
lib_deps = fastLED

We dropped support for RFDuino and switched to

Nevertheless, you can use old version of a platform

[env:rfduino]
platform = nordicnrf51@2.2.0
board = rfduino
framework = arduino
lib_deps = fastLED

Thats platformio.ini works for me.

Thank you very much.

One cuestion. Do you have planned to support SimBLEE?