CocoaPods / CocoaPods-app

A full-featured and standalone installation of CocoaPods.
Other
1.23k stars 282 forks source link

Convert to Xcode 8 #373

Open orta opened 7 years ago

orta commented 7 years ago

Mainly a migration to Swift 2.3, then Swift 3.0

FullMetalFist commented 6 years ago

Good afternoon, @orta ! I'd like to try and bridge this to Xcode 8, and perhaps on to 9 and beyond! Started by cloning and hit a snag with the ReflectionService, ran the git submodule update & rake commands twice with no difference- not sure if I should scrap the working copy and start over?

screen shot 2018-04-30 at 3 32 07 pm
orta commented 6 years ago

Is it possible that the Makefile commands failed?

FullMetalFist commented 6 years ago

It is possible- I received this at the end in terminal

screen shot 2018-04-30 at 4 06 55 pm
orta commented 6 years ago

Yeah, that's your blocker ;)

I'm not really sure, you'll need to learn how to compile miniruby to start moving forwards

FullMetalFist commented 6 years ago

Gotcha- I'll start exploring that & follow up 👍