Closed efstathiosntonas closed 1 year ago
π @efstathiosntonas Thanks for opening your issue here! If you find this package useful hit the starπ!
@efstathiosntonas can you send the screenshot of your preaction script?
@efstathiosntonas i tested, it is working on my side
@numandev1 thanks for the fast reply. I'm running the example from this repo.
steps MacOS Sonoma 14, Xcode 15:
I'm not doing anything else, I didn't touched the schemas. Really weird.
I've runned it again, now it throws some more info at the ending lines of the log, it cannot find the .sh script as suspected:
/bin/sh -c /var/folders/tc/sj1dwpmd3wx006fkwntygshh0000gn/T/SchemeScriptAction-sh6CQB.sh
env: node: No such file or directory
if you are using nvm then please follow this guide https://github.com/numandev1/react-native-keys#using-node-with-nvm-fnm-or-notion
Yeah, I suspected nvm is the issue after the error above, looking into it now
@numandev1 it's fine now, thank you for your help, keep it up!
Current behavior
Hi, when I try to build on Xcode 15 it throws
Exited with status code 127
. I've tried it on my project and the example project, both throw the same error.See atached .txt for the logs, it seems that it exits on
/bin/sh -c /var/folders/tc/sj1dwpmd3wx006fkwntygshh0000gn/T/SchemeScriptAction-fuoWNX.sh
, I've tried to run the script on my terminal and it throwsNo such file or directory
Build KeysExample-Dev_2023-09-27T10-42-05.txt
Expected behavior
Platform
React Native Version 0.72.5
React Native Compressor Version
Reproducible Steps And Demo