Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xcode 8 devtoolscore workaround subprocess exec #407

Merged
merged 3 commits into from
Sep 6, 2016

Conversation

segiddins
Copy link
Member

@segiddins segiddins commented Sep 1, 2016

An alternative to @neonichu's recent work ¯_(ツ)_/¯

@orta
Copy link
Member

orta commented Sep 6, 2016

@segiddins / @neonichu do we have a preference between this and #404 ?

@segiddins segiddins force-pushed the xcode-8-devtoolscore-workaround-subprocess-exec branch from b052519 to 177a325 Compare September 6, 2016 15:56
@endocrimes
Copy link
Member

@orta I think I'd rather this as it then doesn't effect users of Xcodeproj

@neonichu
Copy link
Member

neonichu commented Sep 6, 2016

This 👍

@orta
Copy link
Member

orta commented Sep 6, 2016

Cool, let's do it then

@orta orta merged commit ac5cdd7 into master Sep 6, 2016
@orta orta deleted the xcode-8-devtoolscore-workaround-subprocess-exec branch September 6, 2016 19:49
@mamaral
Copy link

mamaral commented Sep 6, 2016

Until a new version is released, is there a way I can use the master branch now?

@segiddins
Copy link
Member Author

@mamaral using a Gemfile (bundler.io) would probably be the easiest way

@orta
Copy link
Member

orta commented Sep 6, 2016

@mamaral
Copy link

mamaral commented Sep 7, 2016

@segiddins I hate to be that guy but can you give me more info? Does the location of the Gemfile matter? I created a Gemfile and added the following, but am not sure if thats remotely correct, then what I need to do after the fact, etc...

source 'https://rubygems.org'

gem 'cocoapods', :git => 'https://github.com/CocoaPods/CocoaPods.git', :branch => 'master'
gem 'cocoapods-core', :git => 'https://github.com/CocoaPods/Core.git'

@alloy
Copy link
Member

alloy commented Sep 7, 2016

@segiddins @neonichu Nice 👌

@orta
Copy link
Member

orta commented Sep 7, 2016

@mamaral please read the guide I linked

@mamaral
Copy link

mamaral commented Sep 7, 2016

@orta Thanks, not sure how I missed that!

@gplocke
Copy link

gplocke commented Sep 9, 2016

One key step in that guide that I missed that has been stumping me for the last 3 hours or so was that you must now prefix all your "pod" commands with ""bundle exec". Hopefully this comment will help someone else who overlooked the same thing.

So like: bundle exec pod repo push blah blah.podspec

@shusso
Copy link

shusso commented Sep 12, 2016

What release version did you guys plan this fix to go on?

@benasher44
Copy link
Member

CocoaPods 1.1.0.rc.1

@arifken
Copy link

arifken commented Sep 14, 2016

Just FYI, i field an issue for the CocoaPods project that seems like it might be related to this CocoaPods/CocoaPods#5873. But maybe i'm not totally understanding how DevToolsCore works

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.

10 participants