In XCode 5(.1.1) how to I get an IPA for distribution via TestFlight?
Code signing operation failed
Check that the identity you selected is valid.
What should I do?
Update:
code signing identity
and provisioning profile
build settings for the project and the target to use the new distribution provisioning profile.Code signing operation failed
Check that the identity you selected is valid.
(@mohacs suggestion) When I try to validate the archive, I get
No application records were found.
Applications must be ready for upload on iTunes Connect before they can be validated or submitted from within Xcode.
(@threeve suggestion) When I read on Code signing fails for Cordova app (using XCode 5.1.1 and Cordova 3.4.1-0.1.0) to check the (System) Console (thanks @shedd), I am not sure where to look, but under "System Log Queries," I looked in "All Messages," and I see no messages during my attempt to "Distribute".
Thanks to @shedd and @threeve https://stackoverflow.com/a/25212574/1449799 THE ISSUES IS FIXED! Despite being unable to find any error messages in the Console, from www
, I removed Gruntfile.js
, karma-e2e.conf.js
, karma.conf.js
, and the entire node_modules
directory.