Open kennybytes opened 2 years ago
Paste your platformio.ini
.
Hi, I had the same problem. The native
package is separately managed in HOME folder and might be outdated.
Just run pio pkg update
within the folder that contains native
in platformio.ini
.
Example output:
pio pkg update
Resolving native dependencies...
Platform Manager: Updating native @ 1.1.4
Platform Manager: Removing native @ 1.1.4
Platform Manager: native@1.1.4 has been removed!
Platform Manager: Installing platformio/native @ 1.2.1
Downloading [####################################] 100%
Unpacking [####################################] 100%
Platform Manager: native@1.2.1 has been installed!
I get the following error trying to run
pio run --target exec
(as described in the docs):Here is the version I'm using: