Hey guys, i've been trying to run the tetris sampl...
# kotlin-native
j
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
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
Thanks much @olonho, i'm going to try these steps mentioned by you.