swift-emacs / swift-mode

Emacs support for Apple's Swift programming language.
GNU General Public License v3.0
370 stars 47 forks source link

Build and installing app to Simulator or device. #118

Closed nicklanasa closed 6 years ago

nicklanasa commented 8 years ago

Essentially, being able to run xcodebuild on a project to see if it fails and succeeds.

Also, the ability to install the app into the Simulator/Device of choice if the build does succeed.

I actually have a script that does some of this and could implement it in lisp with some time.

Either way, would love to know what you guys think!

Thanks

ap4y commented 8 years ago

I think it will be helpful, setting up xcodebuild and something like ios-sim may take some time. My best idea is to hook it up with compilation mode, wonder if someone has idea how to do it properly. In my projects previously I was writing Makefile and used it with compilation-mode.

nicklanasa commented 8 years ago

@ap4y Right how I have it building a workspace and inserting the output in another buffer. Although, compilation-mode seems much more useful. I'll take a look.

taku0 commented 7 years ago

Building and installing to Simulator is implemented for #139. I have no idea how to install app to device from terminal.

msanders commented 6 years ago

This is fixed now in #148.