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.
Asked
Active
Viewed 7,003 times
6
-
I have the same error... – Mateus Carvalho Nov 17 '17 at 02:16
-
Did you find any solution? – Sazzad Hissain Khan May 06 '21 at 15:03
-
What does CP mean? – Ben Butterworth May 23 '21 at 09:19
2 Answers
6
You can go to Build Phases
and then to [CP] Embed Pods Frameworks
.
Here remove the script. Also, see the below screenshot.

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