Hi devs! I create a new multiplatform project with...
# multiplatform
f
Hi devs! I create a new multiplatform project with Android and IOS. (It show a current platform) At android run perfectly but when I run the code on Xcode I have an error: /Users/.../Xcode/DerivedData/iosApp-axkbbwgyarknnvehlgjsmvkylxqc/Build/Intermediates.noindex/iosApp.build/Debug-iphonesimulator/app.build/Script-F861D812207FA4320085E80D.sh: line 2: /Users/dev/Documents/MultiplatformTest/iosApp/../gradlew: No such file or directory What a file I need? Where can get it?
s
Cross-posting is a discouraged practice. Make sure you have run a full build from the command line at least once before trying to run your project in Xcode.
f
Sorry for cross-posting. I did not think that there is a "multiplatform" branch. When prompted - forgot to delete the request from another branch
👍 1
a
c
you can use
gradle wrapper
in order to generate those (missing) files