Platformio-atom-ide: "Arduino.h: No such file or directory" error after upgrading to 1.1.0

Created on 23 Mar 2016  路  5Comments  路  Source: platformio/platformio-atom-ide

After updating to 1.1.0, PlatformIO has begun to throwing this error. What is the solution to this problem? I can upload project files if requested.
adsiz

All 5 comments

Please run in PlatformIO Terminal:

pio platforms list

And then delete all platforms

pio platforms uninstall platform1 paltformN

I received Error: Unknown platform 'platform1'.

Of course you will receive it. It was an example. Please run pio platforms list and then delete all platforms listed in this command. For example (real), pio platforms uninstall atmelavr. Then try to build project.

Hahaha sorry, my mistake :smile: I ran pio platforms uninstall atmelavr. After I hit compile, PlatformIO redownloaded atmelavr. Now it works properly. Thanks!

Happy Coding! :smile:

Please give a star :star: for our repositories:

Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

VolodymyrGalushka picture VolodymyrGalushka  路  6Comments

nooitaf picture nooitaf  路  9Comments

wurmtal868 picture wurmtal868  路  4Comments

dsjstc picture dsjstc  路  6Comments

micr0me picture micr0me  路  6Comments