Not able to run the Adobe IO runtime project in Mac system
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