-
Notifications
You must be signed in to change notification settings - Fork 50
Xcode16.2 could not add breakpoint #122
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
Comments
If it was working previously, see https://touchlab.co/xcodekotlin#sync as a first step. Xcode isn't super open to extension, so this is one of the constraints. The relevant part of that doc: SyncWhen you update Xcode versions, you'll need to enable the plugin for that version. Run: xcode-kotlin sync This process adds the UUID for the new Xcode version to the local plugin configuration. For users familiar with earlier versions of |
@kpgalligan thanks reply, I runned xcode-kotlin sync, and the logs below, I both have xcode15.1 and xcode16.2 on my mac ~ xcode-kotlin sync /Applications/Xcode16.2.app |
Have you tried following the troubleshooting steps mentioned on the site? I'm guessing it has to do with your multiple Xcode installations. I am not seeing an issue in 16.2 on my side however I only have one Xcode version installed. If you are still having issues can you run |
@KevinSchildhorn thanks, I tried 'xcode-kotlin info' and logs below: Language spec installed: Yes Installed Xcode versions: ✔ - plugin is compatible, x - plugin is not compatible |
Ok, it looks like your xcode-kotlin is setup correctly. I'm just noticing your screenshot you added, there seems to be no targets on that screen which to me seems incorrect. You should be adding references to a target. That would be an issue with your project and Xcode, not with the plugin. My other suggestion for troubleshooting is try pulling down another repository, such as KaMPKit and try following the steps with that repo. I'm aware that the docs for Xcode-Kotlin are slightly out of date but you can still follow the steps to add the kotlin code to that project. |
![]() I think the problem is that |
Same for me
|
hello, when I update Xcode from 15.1 to 16.2, while debugging source code I can add breakpoint while not running, but after the app running the breakpoint miss
The text was updated successfully, but these errors were encountered: