Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
469 views
in Technique[技术] by (71.8m points)

ios - 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

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...