ios - Xcode Command /usr/bin/codesign failed with exit code 1 : errSecInternalComponent -


i trying add new provisioning profile xcode, test app on device. here steps followed:

  1. deleted certificates , provisioning profiles

  2. create/add ios dev certificate

  3. add ios device online

  4. create ios provisioning profile

  5. add ios provisioning profile

  6. clean app

  7. build run app

  8. set codesigning nd provisioning profile in build settings

  9. lots of goggling > no successes

here error get:

cssm_signdata returned: 800108e6 /users/alexpelletier/library/developer/xcode/deriveddata/myexpense-efnqzvoqwngzcmazaotyalepiice/build/products/debug-iphoneos/myexpense.app:     errsecinternalcomponent command /usr/bin/codesign failed exit code 1 

it seems bug in code signing mechanism, restarting mac should solve problem


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -