6

I just updated the cocoapods to latest version. current verison is 1.3.1 After that, I can't archive the project. Whenever I try to archive the project, I am getting following errors.so I have attached the screenshots.

enter image description here

Wilson Vargas
  • 2,841
  • 1
  • 19
  • 28
Bolek.N
  • 81
  • 2
  • 7

2 Answers2

6

You can go to Build Phases and then to [CP] Embed Pods Frameworks.
Here remove the script. Also, see the below screenshot.

enter image description here

Vishal Bheda
  • 61
  • 2
  • 5
2

I had the same problem! try updating your keyChain password. For that try following

Getting this error command /usr/bin/codesign failed with exit code 1 with xcode 9.1?

Hoping it will be helpful

Cm Peng
  • 21
  • 1
  • After update from xCode 9.2 to 9.3 I got this error and the solution was to here https://apple.stackexchange.com/questions/25321/keychain-says-access-to-this-item-is-restricted-after-upgrading-to-lion – AlexBerd Apr 02 '18 at 06:41