No Code Signature Found after Cocoapod Install

≯℡__Kan透↙ 提交于 2019-12-13 03:24:19

问题


I recently installed cocoapods on two of my xCode projects and they both won't install on my physical iPhone.

The two projects are a weather app and a bitcoin tracker app, both using alamofire and swiftyjson.

Running on the simulator they are fine. These are the things I've tried:

  1. Cleaning the projects
  2. Closed xCode and reopened
  3. Restarted iPhone
  4. Tested a blank project if it will install onto my physical phone, worked fine
  5. Tried to tick auto manage signing on Pods project in the file inspector on the left hand side of xCode

Please send help!

EDIT: Link to video of what happens when I run it https://www.youtube.com/watch?v=OMe3Q0pd1Eo


回答1:


Go to project > build setting and set signing > code signing identity to iOS developer or Remove all data in ~/Library/Developer/Xcode/DerivedData.

Follow this link:

App Installation Failed Solution



来源:https://stackoverflow.com/questions/51945612/no-code-signature-found-after-cocoapod-install

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!