sheagcraig / yo

Send Notification Center messages from the command line
Apache License 2.0
384 stars 44 forks source link

Build fails on Xcode 7.3 #10

Closed flammable closed 8 years ago

flammable commented 8 years ago

I just updated to today's changes, and I'm getting an error and a bunch of warnings in Xcode. Attaching a screenshot.

Feeling pretty dumb for updating to Xcode 7.3 (now that building yo works on Xcode 7.1), sorry for the bug report!

screen shot 2016-03-23 at 4 05 59 pm
flammable commented 8 years ago

Oh, and the only thing I did was replace the icon (per the instructions in the ReadMe).

tulgeywood commented 8 years ago

@flammable I was about to post the same thing

sheagcraig commented 8 years ago

Yeehaw! Swift 2.2! I guess this is the fun that you experience when dealing with an actively developed language.

yo uses the CommandLine swift project to provide, you guessed it, commandline parsing. This dependency is wearing on me, however, so at some point I may rewrite it to just parse the commandline in yo itself. It was expedient at the time, but it does mean having to keep updating the included code (especially because I can never seem to get it to work as just a bundled Framework).

Anyway-give it a go now and let me know if it doesn't work. I only just installed Xcode 7.3 yesterday!

flammable commented 8 years ago

It works! Thank you so much!

This is awesome! :trophy: