And for git version, you need to build compiler first, please read README.md
s
snowe
11/25/2017, 7:17 PM
Sorry I will try the distribution, but the readme wasn't clear for me how to build the compiler so I wasn't sure what to do.
snowe
11/26/2017, 5:04 AM
Fantastic, I was able to make it build, but I'm unsure of how to deploy it to iphone. I see "Take Info.plist and use XCode" but being new to ios/native dev I'm not sure what to do with it. I tried creating a new xcode project and putting the info.plist in there, but that didn't do anything. Do I need to copy the kexe somewhere?
o
olonho
11/26/2017, 9:11 AM
you can use setup from iOS part of https://github.com/JetBrains/kotlinconf-spinner, where building app is one of the build phases in the XCode project, and then deploy on the phone. Take a look on Andrei's session here
https://www.youtube.com/watch?v=3Lqiupxo4CE▾
, i may give you some insight
s
snowe
11/26/2017, 6:57 PM
Yeah I've watched that talk like 3 times now, including seeing it in person. I was able to get the kotlin spinner app to deploy fine to my phone, just am having trouble with the tetris one.