Pods unable instal or update
I've opened my 1 month old project and when I try to build it showing me error.
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
and when I try to install 'pod install' or update 'pod update it shows me following error.
[!] Oh no, an error occurred.
Search for existing GitHub issues similar to yours:
https://github.com/CocoaPods/CocoaPods/search?q=%5B%21%5D+Xcodeproj+doesn%27t+know+about+the+following+attributes+%7B%22inputFileListPaths%22%3D%3E%5B%5D%2C+%22outputFileListPaths%22%3D%3E%5B%5D%7D+for+the+%27PBXShellScriptBuildPhase%27+isa.%0AIf+this+attribute+was+generated+by+Xcode+please+file+an+issue%3A+https%3A%2F%2Fgithub.com%2FCocoaPods%2FXcodeproj%2Fissues%2Fnew&type=Issues
If none exists, create a ticket, with the template displayed above,
on: https://github.com/CocoaPods/CocoaPods/issues/new
Be sure to first read the contributing guide for details on how to
properly submit a ticket:
https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md
as shown following screenshot
What I've done
- Delete Drive Data
- Close xcode, restart system
- Delete pods 'deintegrate pod'
- But When I hit command 'pod install' it give me error.
Kindly help me where is issue and how to fix this.
Thanks
ios xcode cocoapods
add a comment |
I've opened my 1 month old project and when I try to build it showing me error.
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
and when I try to install 'pod install' or update 'pod update it shows me following error.
[!] Oh no, an error occurred.
Search for existing GitHub issues similar to yours:
https://github.com/CocoaPods/CocoaPods/search?q=%5B%21%5D+Xcodeproj+doesn%27t+know+about+the+following+attributes+%7B%22inputFileListPaths%22%3D%3E%5B%5D%2C+%22outputFileListPaths%22%3D%3E%5B%5D%7D+for+the+%27PBXShellScriptBuildPhase%27+isa.%0AIf+this+attribute+was+generated+by+Xcode+please+file+an+issue%3A+https%3A%2F%2Fgithub.com%2FCocoaPods%2FXcodeproj%2Fissues%2Fnew&type=Issues
If none exists, create a ticket, with the template displayed above,
on: https://github.com/CocoaPods/CocoaPods/issues/new
Be sure to first read the contributing guide for details on how to
properly submit a ticket:
https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md
as shown following screenshot
What I've done
- Delete Drive Data
- Close xcode, restart system
- Delete pods 'deintegrate pod'
- But When I hit command 'pod install' it give me error.
Kindly help me where is issue and how to fix this.
Thanks
ios xcode cocoapods
pod update --verbose
? Else, I'd remove thepodfile.lock
(make a copy just in case). But to help your get an answer, copy/paste the (full) output instead of only a screenshot.
– Larme
Nov 26 '18 at 14:38
add a comment |
I've opened my 1 month old project and when I try to build it showing me error.
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
and when I try to install 'pod install' or update 'pod update it shows me following error.
[!] Oh no, an error occurred.
Search for existing GitHub issues similar to yours:
https://github.com/CocoaPods/CocoaPods/search?q=%5B%21%5D+Xcodeproj+doesn%27t+know+about+the+following+attributes+%7B%22inputFileListPaths%22%3D%3E%5B%5D%2C+%22outputFileListPaths%22%3D%3E%5B%5D%7D+for+the+%27PBXShellScriptBuildPhase%27+isa.%0AIf+this+attribute+was+generated+by+Xcode+please+file+an+issue%3A+https%3A%2F%2Fgithub.com%2FCocoaPods%2FXcodeproj%2Fissues%2Fnew&type=Issues
If none exists, create a ticket, with the template displayed above,
on: https://github.com/CocoaPods/CocoaPods/issues/new
Be sure to first read the contributing guide for details on how to
properly submit a ticket:
https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md
as shown following screenshot
What I've done
- Delete Drive Data
- Close xcode, restart system
- Delete pods 'deintegrate pod'
- But When I hit command 'pod install' it give me error.
Kindly help me where is issue and how to fix this.
Thanks
ios xcode cocoapods
I've opened my 1 month old project and when I try to build it showing me error.
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
and when I try to install 'pod install' or update 'pod update it shows me following error.
[!] Oh no, an error occurred.
Search for existing GitHub issues similar to yours:
https://github.com/CocoaPods/CocoaPods/search?q=%5B%21%5D+Xcodeproj+doesn%27t+know+about+the+following+attributes+%7B%22inputFileListPaths%22%3D%3E%5B%5D%2C+%22outputFileListPaths%22%3D%3E%5B%5D%7D+for+the+%27PBXShellScriptBuildPhase%27+isa.%0AIf+this+attribute+was+generated+by+Xcode+please+file+an+issue%3A+https%3A%2F%2Fgithub.com%2FCocoaPods%2FXcodeproj%2Fissues%2Fnew&type=Issues
If none exists, create a ticket, with the template displayed above,
on: https://github.com/CocoaPods/CocoaPods/issues/new
Be sure to first read the contributing guide for details on how to
properly submit a ticket:
https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md
as shown following screenshot
What I've done
- Delete Drive Data
- Close xcode, restart system
- Delete pods 'deintegrate pod'
- But When I hit command 'pod install' it give me error.
Kindly help me where is issue and how to fix this.
Thanks
ios xcode cocoapods
ios xcode cocoapods
edited Nov 26 '18 at 15:50
rmaddy
242k27316380
242k27316380
asked Nov 26 '18 at 14:35
AleemAleem
1,51022053
1,51022053
pod update --verbose
? Else, I'd remove thepodfile.lock
(make a copy just in case). But to help your get an answer, copy/paste the (full) output instead of only a screenshot.
– Larme
Nov 26 '18 at 14:38
add a comment |
pod update --verbose
? Else, I'd remove thepodfile.lock
(make a copy just in case). But to help your get an answer, copy/paste the (full) output instead of only a screenshot.
– Larme
Nov 26 '18 at 14:38
pod update --verbose
? Else, I'd remove the podfile.lock
(make a copy just in case). But to help your get an answer, copy/paste the (full) output instead of only a screenshot.– Larme
Nov 26 '18 at 14:38
pod update --verbose
? Else, I'd remove the podfile.lock
(make a copy just in case). But to help your get an answer, copy/paste the (full) output instead of only a screenshot.– Larme
Nov 26 '18 at 14:38
add a comment |
1 Answer
1
active
oldest
votes
I would suggest you to update Ruby using Homebrew- https://brew.sh, this package manager comes out useful in many cases, after you installed it you can run brew install ruby
in terminal in order to install the latest ruby version.
Here's what Ruby wrote:
Homebrew is a commonly used package manager on macOS. Installing a Ruby using Homebrew is easy:
brew install ruby
This should install the latest Ruby version.
Source: https://www.ruby-lang.org/en/documentation/installation/
Thanks but it return response "-bash: brew: command not found" I hit "brew install ruby"
– Aleem
Nov 27 '18 at 5:35
1
You should also install Homebrew for that, there are more ways to install ruby but Homebrew is really useful in a lot of cases, take a look on their website- brew.sh
– Niv
Nov 27 '18 at 7:16
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53483375%2fpods-unable-instal-or-update%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I would suggest you to update Ruby using Homebrew- https://brew.sh, this package manager comes out useful in many cases, after you installed it you can run brew install ruby
in terminal in order to install the latest ruby version.
Here's what Ruby wrote:
Homebrew is a commonly used package manager on macOS. Installing a Ruby using Homebrew is easy:
brew install ruby
This should install the latest Ruby version.
Source: https://www.ruby-lang.org/en/documentation/installation/
Thanks but it return response "-bash: brew: command not found" I hit "brew install ruby"
– Aleem
Nov 27 '18 at 5:35
1
You should also install Homebrew for that, there are more ways to install ruby but Homebrew is really useful in a lot of cases, take a look on their website- brew.sh
– Niv
Nov 27 '18 at 7:16
add a comment |
I would suggest you to update Ruby using Homebrew- https://brew.sh, this package manager comes out useful in many cases, after you installed it you can run brew install ruby
in terminal in order to install the latest ruby version.
Here's what Ruby wrote:
Homebrew is a commonly used package manager on macOS. Installing a Ruby using Homebrew is easy:
brew install ruby
This should install the latest Ruby version.
Source: https://www.ruby-lang.org/en/documentation/installation/
Thanks but it return response "-bash: brew: command not found" I hit "brew install ruby"
– Aleem
Nov 27 '18 at 5:35
1
You should also install Homebrew for that, there are more ways to install ruby but Homebrew is really useful in a lot of cases, take a look on their website- brew.sh
– Niv
Nov 27 '18 at 7:16
add a comment |
I would suggest you to update Ruby using Homebrew- https://brew.sh, this package manager comes out useful in many cases, after you installed it you can run brew install ruby
in terminal in order to install the latest ruby version.
Here's what Ruby wrote:
Homebrew is a commonly used package manager on macOS. Installing a Ruby using Homebrew is easy:
brew install ruby
This should install the latest Ruby version.
Source: https://www.ruby-lang.org/en/documentation/installation/
I would suggest you to update Ruby using Homebrew- https://brew.sh, this package manager comes out useful in many cases, after you installed it you can run brew install ruby
in terminal in order to install the latest ruby version.
Here's what Ruby wrote:
Homebrew is a commonly used package manager on macOS. Installing a Ruby using Homebrew is easy:
brew install ruby
This should install the latest Ruby version.
Source: https://www.ruby-lang.org/en/documentation/installation/
edited Nov 27 '18 at 7:36
answered Nov 26 '18 at 15:13
NivNiv
327210
327210
Thanks but it return response "-bash: brew: command not found" I hit "brew install ruby"
– Aleem
Nov 27 '18 at 5:35
1
You should also install Homebrew for that, there are more ways to install ruby but Homebrew is really useful in a lot of cases, take a look on their website- brew.sh
– Niv
Nov 27 '18 at 7:16
add a comment |
Thanks but it return response "-bash: brew: command not found" I hit "brew install ruby"
– Aleem
Nov 27 '18 at 5:35
1
You should also install Homebrew for that, there are more ways to install ruby but Homebrew is really useful in a lot of cases, take a look on their website- brew.sh
– Niv
Nov 27 '18 at 7:16
Thanks but it return response "-bash: brew: command not found" I hit "brew install ruby"
– Aleem
Nov 27 '18 at 5:35
Thanks but it return response "-bash: brew: command not found" I hit "brew install ruby"
– Aleem
Nov 27 '18 at 5:35
1
1
You should also install Homebrew for that, there are more ways to install ruby but Homebrew is really useful in a lot of cases, take a look on their website- brew.sh
– Niv
Nov 27 '18 at 7:16
You should also install Homebrew for that, there are more ways to install ruby but Homebrew is really useful in a lot of cases, take a look on their website- brew.sh
– Niv
Nov 27 '18 at 7:16
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53483375%2fpods-unable-instal-or-update%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
pod update --verbose
? Else, I'd remove thepodfile.lock
(make a copy just in case). But to help your get an answer, copy/paste the (full) output instead of only a screenshot.– Larme
Nov 26 '18 at 14:38