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

Fix crash for Xcode 15.3 #106

Merged
merged 1 commit into from
Mar 14, 2024
Merged

Fix crash for Xcode 15.3 #106

merged 1 commit into from
Mar 14, 2024

Conversation

paraselene
Copy link
Contributor

Summary

Since Xcode 15.3, Info.plist does not have DVTPlugInCompatibilityUUID anymore and it doesn't require to have it

Fix

if we detect Xcode Version > 15.3, we have early exit and do not check for DVTPlugInCompatibilityUUID inside Info.plist

Pull Request Labels

  • has-reproduction
  • feature
  • blocking
  • good first review

@kpgalligan
Copy link
Collaborator

Thanks! Taking a look...

@kpgalligan kpgalligan merged commit 86b78fb into touchlab:main Mar 14, 2024
@iuriipleskach
Copy link

iuriipleskach commented Mar 25, 2024

is there a guide on how to build xcode-kotlin from sources? I want to build from main to include this fix

@mike-dydx
Copy link

Can we please release this fix @kpgalligan or add instructions for building from main

@TadeasKriz
Copy link
Contributor

I've just [submitted PR(https://github.com/Homebrew/homebrew-core/pull/167328) to homebrew core repository. Once that's merged, you should be able to update the plugin to version 1.3.1. In the meantime you should be able to use brew install xcode-kotlin --HEAD.

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

Successfully merging this pull request may close these issues.

None yet

6 participants