https://kotlinlang.org logo
f

Fail

06/13/2019, 12:56 PM
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

Sam

06/13/2019, 1:41 PM
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

Fail

06/13/2019, 1:46 PM
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

Alexey Belkov [JB]

06/14/2019, 7:54 AM
c

cafonsomota

06/14/2019, 3:57 PM
you can use
gradle wrapper
in order to generate those (missing) files
2 Views