nicklanasa / xcode-mode

xcode-mode is a minor mode for Emacs to perform Xcode like actions in your projects.
58 stars 6 forks source link

xctool deprecated - convert to xcodebuild #25

Open jojojames opened 6 years ago

jojojames commented 6 years ago

Looks like they don't support xctool anymore. It might be worth switching full-on to xcodebuild and pulling out the relevant info?

Also somewhat tangential @nicklanasa, but I wrote a checker using xcode here -> https://github.com/jojojames/flycheck-xcode.

Using the same syntax checker xcode uses gives very accurate results and works with c/c++/objc/swift. Planning on adding workspace support at some point. Maybe we want to add it as a dependency (maybe not since that adds flycheck as a dependency) to xcode-mode.

nicklanasa commented 6 years ago

@jojojames - Your flycheck package looks awesome and would love to integrate it into Xcode-mode. How about I create an issue for switching over to xcodebuild and you work on integrating your checker as a dependency? If so, please create an issue to track the progress.

jojojames commented 6 years ago

Sounds good.

nicklanasa commented 6 years ago

@jojojames Going to use this issue to do the conversion.