-
Notifications
You must be signed in to change notification settings - Fork 467
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
Conversation
@segiddins / @neonichu do we have a preference between this and #404 ? |
b052519
to
177a325
Compare
@orta I think I'd rather this as it then doesn't effect users of Xcodeproj |
This 👍 |
Cool, let's do it then |
Until a new version is released, is there a way I can use the master branch now? |
@mamaral using a Gemfile (bundler.io) would probably be the easiest way |
@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...
|
@segiddins @neonichu Nice 👌 |
@mamaral please read the guide I linked |
@orta Thanks, not sure how I missed that! |
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: |
What release version did you guys plan this fix to go on? |
CocoaPods 1.1.0.rc.1 |
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 |
An alternative to @neonichu's recent work ¯_(ツ)_/¯