Xcode Bug Tracking

We have a server setup with Redmine to track our errors. It seems that Eclipse has the ability to integrate with Redmine, but I don't see anything for Xcode.

Are there any options for something like this?

+4
source share
2 answers

Unfortunately, there is no way. After further Google and clarification from Michael Dauterman, I confirmed this.

+1
source

There are no third-party plugins for Xcode. The API for Xcode is undocumented and not supported, even if things like mogenerator and codepilot .

This is what I was looking for. Here are some alternative solutions, but you need to change something ...

Bug Tracking: LightHouse

Beacon App : Beacon App

IDE: JetBrains AppCode (AppCode supports third-party plugins, but you will need to do your own research to determine if redmine is supported. They have their own bug tracker called YouTrack or something like that)

Also check out your other post in with a script to do internal bug tracking

+2
source

Source: https://habr.com/ru/post/1385400/


All Articles