问题
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:
- Cleaning the projects
- Closed xCode and reopened
- Restarted iPhone
- Tested a blank project if it will install onto my physical phone, worked fine
- 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