Command /bin/sh failed with exit code 1 and Embedded pods framework Command /bin/sh failed with exit code 1 and Embedded pods framework xcode xcode

Command /bin/sh failed with exit code 1 and Embedded pods framework


Clean the project, and deleting the derived data (~/Library/Developer/Xcode/DerivedData/) fixed it for me


If it was complaining about a particular Pod and being unable to codesign it.

Below things work for me:

  1. Select the Pods Project In the main editor window, select the Pod inthe targets dropdown
  2. Under the general tab, and under the identity header, click chooseInfo.plist file
  3. Select the plist file for the Pod

The project should now build. For some reason, it seems to lose this setting, or not be able to reference it's own plist file.

Not 100% sure but I hope it helps someone.


I have the same issue. It happen after updating cocoaPods, so I just downgrading it and all works fine. I think we just need to wait for a new version of cocoaPods and for now you can use old version.How to downgrade cocoaPods