Rafael Costa
07/08/2024, 11:34 AMiosApp
dir to not be in root dir of the project?
I'm getting this since I've tried it:
/bin/sh -c /<MY DIR>/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/Script-F36B1CEB2AD83DDC00CB74D5.sh
<MY DIR>/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/Script-F36B1CEB2AD83DDC00CB74D5.sh: line 7: ./gradlew: No such file or directory
Command PhaseScriptExecution failed with a nonzero exit code
Seems like it is trying to run gradlew on a dir where it is not known? Probably in the same dir I have the iosApp on..Manish Dabhi
07/09/2024, 4:17 AMRafael Costa
07/09/2024, 8:12 AMmarkturnip
07/09/2024, 2:10 PM