T. Jose
T. Jose

Reputation: 11

No Code Signature Found after Cocoapod Install

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

Upvotes: 0

Views: 1117

Answers (1)

Rob
Rob

Reputation: 164

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

Upvotes: 1

Related Questions