cli icon indicating copy to clipboard operation
cli copied to clipboard

FIX: Error while running ignite scafflod in MacOS M3 Sequioa

Open Srutip04 opened this issue 5 months ago • 7 comments

Context: Plugin Compatibility Issue on ARM64 Architecture (cli-plugin-network v0.2.2)

Describe the Bug:

I encountered an issue while trying to use the cli-plugin-network plugin (v0.2.2) with the Ignite CLI on an ARM64 system (Apple M1/M2). The plugin fails to load with an error related to architecture compatibility, and the system logs indicate issues with the handshake process between Ignite and the plugin. image

Steps to Reproduce:

1.Use a machine with an ARM64 architecture (Apple M1/M2). 2.Install Ignite CLI. 3.ignite scaffold chain hello

Expected Behavior:

The plugin should work correctly on ARM64 architecture without errors.

Actual Behavior:

The plugin fails to load, and the following error is logged: Failed to read any lines from plugin's stdout. This usually means the plugin was not compiled for this architecture...

Environment Details:

  • OS: macOS (ARM64 - Apple M3)
  • Ignite Version: v28.5.3-dev
  • Go Version: go1.23.1
image

Srutip04 avatar Sep 24 '24 20:09 Srutip04