Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xcode 15 beta has issues #95

Closed
kpgalligan opened this issue Jun 20, 2023 · 5 comments
Closed

Xcode 15 beta has issues #95

kpgalligan opened this issue Jun 20, 2023 · 5 comments
Assignees

Comments

@kpgalligan
Copy link
Collaborator

Various reports have come in that Xcode 15 does not work. Xcode 15 is still in beta, so this may not be an issue, but we are always at the mercy of Apple and what they plan to shut down as far as Xcode extendability. We should try this out and see if we can sort out issues.

@mbuchetics
Copy link

any news here?

@kpgalligan
Copy link
Collaborator Author

Not yet. It's on the radar for sure.

@TadeasKriz
Copy link
Contributor

TadeasKriz commented Sep 22, 2023

I've been looking into it and so far it seems to be a bug in Xcode itself. It happens with other 3rd party plugins as well. I also tried to extract Apple's plugin out of the Xcode.app bundle and it's crashing too.

I've filed a radar/feedback to Apple about this issue. Please go ahead and dupe it: https://openradar.appspot.com/radar?id=5500625966071808

Thanks!

@MatyasKriz
Copy link

MatyasKriz commented Oct 4, 2023

A bit unrelated, but if you're forced to use Xcode 15 for iOS 17 device support, there's a workaround for adding iOS 17 device support into Xcode 14 while keeping plugin functionality – https://developer.apple.com/forums/thread/730947?answerId=758061022#758061022

Just install and setup Xcode 15 and then run this in the terminal:

defaults write com.apple.dt.Xcode DVTEnableCoreDevice enabled

I've just tested it and AFAICT it works just the same. 😁

@TadeasKriz
Copy link
Contributor

We've released a new version of Xcode Kotlin. It's available through Homebrew and contains an automated workaround for this issue, check it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants