Reputation: 11
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:
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
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