[webOS] Unable to build on Apple Silicon
Closed this issue · 1 comments
Describe the bug
Unable to succesfully build webos on Apple Silicon.
When running npx rnv build -p webos -s release I get the following error:
warn: ○ platform configure: webos platform requires WebOS SDK to be installed. Your SDK path in ../../../../.rnv/renative.json does not exist: ../../../../../<USER>/Library/webOS_TV_SDK
error: ⨯ ○ platform configure: _attemptAutoFix: no sdks found. searched at: /opt/webOS_TV_SDK, C:\webOS_TV_SDK
I have tried many things prior to opening a ticket, including follow Marius456's recommendation. I seem to have both the emulator (depricated) as well as the simulator installed, in the proper locations:
does not exist: ../../../../../<USER>/Library/webOS_TV_SDK
RNV Guide does mention possible issue running webos emulator on Apple Silicon, but states building should be fine.
RNV WebOS Documentation mentions a requirement for emulator v3.0.0, is this accurate? If so, any plans to move to the simulator since the emulator is depricated?
As always, thank you very much. The team at flexn-io / renative are all rockstars!
To Reproduce
Steps to reproduce the behavior:
nvm use 18npx rnv build -p webos -s release
Expected behavior
A build should complete for WebOS so that I can upload to the LG Seller Lounge.
Desktop (please complete the following information):
- OS: macOS Sequoia 15.2
- Node Version: 18.19.0
- RNV Version: 1.9.0
Fixed through a mix of trial an errors using:
I will close the issue with this comment to potentially help other users.
I highly recommend a refresh of the platforms pages documentation to include requirements and steps for each of the major platforms.
I would happy to help with that, let me know!