mandrewsan
mandrewsan
> Hi, Can anyone help with the building? I download the Xcode and open the project file, but got error " can't spawn process ,/usr/bin/make no such file or directory"....
Same issue here. Fedora 39 on Haswell i7-4770S, no external GPU. I don't see any errors specific to this; I get the following: ``` MESA-INTEL: warning: Haswell Vulkan support is...
To resolve this I had to update the docker-compose.yaml file and quote those environment variables: ``` PENPOT_TELEMETRY_ENABLED: "true" PENPOT_SMTP_TLS: "false" PENPOT_SMTP_SSL: "false" ``` That and changing the front end port...
I got past this by downgrading @react-native-community/cli to 16.0.2, following this thread: https://github.com/react-native-community/cli/issues/2625#issuecomment-2710551953 Looks like a fix is coming in the next release.