I keep getting the same warning again and again.After googling and reading lots of posts in stackoverflow and other communities i found lots of people encountering the same problem while trying to upload their app to appstore.
*This is the only warning im getting.
I found no precise solution for solving this problem.I am not able to locate the source of this problem.
Here is the warning:
warning: Application failed codesign verification. The signature was invalid, or it was not signed with an iPhone Distribution Certificate. (-19011)
Executable=/Users/MacMini_02/Library/Developer/Xcode/DerivedData/####-chqadngrerizjhferrtytxmcuxxl/ArchiveIntermediates/####/InstallationBuildProductsLocation/Applications/ ####.app/####
codesign_wrapper-0.7.10: using Apple CA for profile evaluation
/Users/MacMini_02/Library/Developer/Xcode/DerivedData/#####-chqadngrerizjhferrtytxmcuxxl/ArchiveIntermediates/####/InstallationBuildProductsLocation/Applications/#####.app: valid on disk
/Users/MacMini_02/Library/Developer/Xcode/DerivedData/#####-chqadngrerizjhferrtytxmcuxxl/ArchiveIntermediates/####/InstallationBuildProductsLocation/Applications/####.app: satisfies its Designated Requirement
test-requirement: failed to satisfy code requirement(s)
codesign_wrapper-0.7.10: failed to execute codesign(1)
I have followed the normal checklist routine suggested in other posts.(Still i get the warning)
- Have selected the correct distribution certs and provisioning profiles.(I have removed all my other developer cert from my keychain to avoid ambiguities )
- Checked the same in keychain access.(Deleted and downloaded the distribution certs and prov profiles more than 10 times :-( )
- Added a duplicate scheme for release as Distribution
- Set the build configuration in Edit Scheme as Distribution in Archive tab and am running it in iOS Device mode.
- Deleted the build and archive files,cleaned and restarted xcode several times.
- I have even created new projects and moved my code hoping that it would reolve the issue
Have wasted lots of time in this warning :-(
Am i missing any other significant step???
I am sure that the distribution cert and prov profile that i am using are valid.
Any help is greatly appreciated :-)
It would be great if u could identify the problem and provide me the solution(step b step) or direct me to a site where it explains the procedure for the same step by step/video(so that i dont miss out on anything)..