https://kotlinlang.org logo
Title
j

josemeyer

04/28/2017, 2:36 PM
Hey guys, i've been trying to run the tetris sample code on my iphone but i guess i didn't understand the necessary steps well. Someone that already was able to run it can help me? I've compiled the code but i don't know what i should do with the executable file and the Info.plist file on xcode.
o

olonho

04/28/2017, 2:37 PM
josemeyer: you need to use standard deployment mechanisms on Apple devices, i.e. create and .app in XCode
replace executable and manifest with provided ones pack and sign to .ipa, using your own developer certificate. This process is well documented in the Net.
j

josemeyer

04/28/2017, 4:52 PM
Thanks much @olonho, i'm going to try these steps mentioned by you.