Hello team,
My colleague tried to run the Adobe IO runtime project in his mac system.
aio app run --local
Gettingt the error:
Error: The --local flag is not supported on Apple Silicon Macs.
Note: Prior to this, he ran the command: aio app build It was successful.
Got some response from google:
It looks like you're trying to run an Adobe I/O app locally on an Apple Silicon Mac, but the --local flag isn't supported on that architecture. This is a known limitation.
Here are a few things you can try:
1: Use Rosetta 2:
You can run the terminal using Rosetta 2, which allows you to run Intel-based applications on Apple Silicon Macs. To do this, right-click on your terminal application, select "Get Info," and check the "Open using Rosetta" option.
2: Use a Different Machine: If possible, you could run the app on an Intel-based Mac or another compatible machine.
3: Check for Updates: Ensure that you have the latest version of the Adobe I/O CLI and any related dependencies. Sometimes updates can include support for newer architectures.
4: Consult Documentation: Check the official Adobe I/O documentation or forums for any workarounds or updates regarding Apple Silicon support.
cc @arunpatidar @AMANATH_ULLAH @sarav_prakash @mk_aem21 @AmitVishwakarma
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
To resolve the issue of running Adobe I/O locally on Apple Silicon Macs:
Hi @arunpatidar
Also, I have observed while running the command in my windows machine
aio app run --local
» Warning: The --local flag is deprecated and will be removed in the next major release.
Then, how to run the Adobe IO runtime project in local?
Thanks
Hi @Mahesh_Gunaje
Based on the documentation, --local flag is deprecated for Mac chips:
--local [deprecated] Run/debug actions locally (requires Docker running, not available on Apple Silicon Macs)
To resolve the issue of running Adobe I/O locally on Apple Silicon Macs:
@Mahesh_Gunaje , error is very clear. Donot use --local when you are running from Mac.
Is your app NOT running when you simply `aio app run`?
Hi @sarav_prakash I ran the command
aio app build
aio app run
But, this has deployed to Adobe IO runtime. I want to test my web actions locally (i mean aio app run --local) If this command will be deprecated, then
which command I need to use to test in local system only?
Thanks
Views
Replies
Total Likes
@Mahesh_Gunaje Did you find the suggestions helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!
Views
Replies
Total Likes