For my project written initially in Swift 2 that worked well, after migration to Swift 3, I still can run with the simulator but if I want to run on a device, I have this error
error: The specified item could not be found in the keychain.
Of course, my certificate is still valide and the device is included. I tried with another device and it still the same.
The error appear during the "Run custom shell script '[CP] Embed Pods Frameworks'"
sent 139 bytes received 20 bytes 318.00 bytes/sec
total size is 288890 speedup is 1816.92
Code Signing ...ParseStarterProject.app/Frameworks/Bolts.framework with Identity iPhone Developer: ....
/usr/bin/codesign --force --sign .... --preserve-metadata=identifier,entitlements "...ParseStarterProject.app/Frameworks/Bolts.framework"
error: The specified item could not be found in the keychain.
I tried to use cocoapods-deintegrate and reinstall all Pods but the problem still here.
Any kind of contributions is appreciated.