Replies: 1 comment 2 replies
-
When Xcode updates you need to grab the new UUID and we can add it to the list. See here: https://github.com/touchlab/xcode-kotlin#xcode-updates We (touchlab) are using 13.0 internally, so we haven't bumped the 13.1 version. We generally take PRs from the community as other people tend to be more aggressive on Xcode updates. See merged PRs: So, if you'd like, add a PR, or at least run the command to get the UUID and we'll add it.
That is expected. Xcode is generally not extendable, and even the bits we can make Xcode angry. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, the
./setup.sh
script runs and after that when I load the Xcode and addthe
commonMain
andiOSMain
folders into the project, I cannot see the kotlin file iconsas shown in the
README.md
file. Also the Xcode warns about loading the bundle.I am not able to debug the code. Is there any place where all the steps are documented ?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions