Welcome!
This is the community forum for my apps Pythonista and Editorial.
For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.
XCode template for Python 3.10
-
Hi!,
I would like to know if there is a python 3 template for XCode as there was for python2.
Regards
-
I was able to publish a game yesterday ("Text Solitaire"), after multiple tries. This was my first attempt to publish a game. I used Xcode 14.3.
I first tried to use the template found in this thread, but I received an error after submission:
https://forum.omz-software.com/topic/5310/when-will-omz-release-an-xcode-template-for-python3/6
This was the error:
TMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability.So, I used this template posted by Bosco on April 7, 2021 at 4:12 PM (many thanks, Bosco!):
https://forum.omz-software.com/topic/3744/xcode-template-for-pythonista/68
Note, when you submit, you will still receive an error message, but it's not mandatory you fix: "ITMS-90683: Missing purpose string in Info.plist." My app was still accepted with this error.
As for whether this will work for Python 3.10, I believe this template is based on Python 3.6. So, unless your code is using some of the newer features (e.g., walrus operator), hopefully you will be okay.
Also, it's important to note, I had to force Xcode 14.3 to run the simulator using Rosetta. Otherwise, you will have a failed build. To do so, select: Product --> Destination --> Destination Architectures --> Show Rosetta Destinations.
Many thanks to everyone who contributes to this board! I used this board extensively. Ole Zorn deserves praise for building an amazing app!
Baltimore Billy