Code signing Error: Application failed codesign verification

前端 未结 6 1883
猫巷女王i
猫巷女王i 2020-12-01 15:16

I am very new to iOS development, I have an app all set and ready to be distributed, but I seem to get this error every single time I run the application on my DEVICE only,

6条回答
  •  渐次进展
    2020-12-01 15:27

    I had same issue even after checking all signing stuff. I had the old "Can be debugged" setting in my entitlements file. Switching it to get-task-allowed fixed the problem. Apple has instructions on how to debug signing issues.

提交回复
热议问题