I want to put a simple python game in the IOS app store but I am struggling to get it work properly in xcode, which prevents me from easily publishing the app.
I have looked online and I am able to open the python in xcode, I just can't get it to run. I am not sure it is possible, but I have seen some older forum that suggest it is.
I have tried to open and run the python code in xcode, and I assumed it would run similar to swiftUI which is more purpose built but it did not work as expected.
where python3
.cd location_of_python3
ln python3 examplePython3
where
command Edit Scheme
Executable
-> Other
(this will open a finder)where
command Go
Arguments
section.Arguments Passed On Launch
, click the +
button and give the python filename as input. Arguments
tab, you can see a Options
tab.Info
tabDebug executable
option Run
and see the output!If you have any other questions, just ask.