Hi guys :wave: Is it possible to move `iosApp` dir...
# compose-ios
r
Hi guys 👋 Is it possible to move
iosApp
dir to not be in root dir of the project? I'm getting this since I've tried it:
Copy code
/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..
m
r
So you mean I should create a new gradle wrapper in the iosApp location? 🤔
m
@Rafael Costa your script build phase is relative, so you'll need to update the reference: