Skip to content

increment required xcode_verison to 8.x#178

Closed
GenoZhou wants to merge 1 commit intoSwiftGen:masterfrom
GenoZhou:master
Closed

increment required xcode_verison to 8.x#178
GenoZhou wants to merge 1 commit intoSwiftGen:masterfrom
GenoZhou:master

Conversation

@GenoZhou
Copy link
Copy Markdown

Related issue: #177 (Install by homework does not work)

xcode_version = `mdls -name kMDItemVersion -raw "#{xcode_dir}"/../..`.chomp
unless xcode_version.start_with?('7.')
raise "\n[!!!] You need to use Xcode 7.x to compile SwiftGen. Use xcode-select to change the Xcode used to build from command line.\n\n"
unless xcode_version.start_with?('8.')
Copy link
Copy Markdown
Collaborator

@ikesyo ikesyo Sep 27, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Until #171 or #176 is landed, this is not correct. We still require Xcode 7.3.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see. So any possible walkaround to install swiftgen 3.x with homebrew under Xcode 8?

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

???? you solve #177 with change wording ?

@AliSoftware
Copy link
Copy Markdown
Collaborator

Fixed via #179

@AliSoftware AliSoftware closed this Nov 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants