Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

run custom shell script '[cp] embed pods frameworks' in Xcode 9

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

like image 432
Bolek.N Avatar asked Nov 09 '17 23:11

Bolek.N


2 Answers

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

like image 94
Vishal Bheda Avatar answered Sep 28 '22 04:09

Vishal Bheda


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

like image 27
Cm Peng Avatar answered Sep 28 '22 02:09

Cm Peng