Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What means "The app must be signed with a development identity" ?

What means "The app must be signed with a development identity" ? but ipa it 's already signed from xcode...

Appium is 1.4.8

log:

[INST STDERR] Instruments Trace Error : Target failed to run: Permission to debug com.. was denied. The app must be signed with a development identity (e.g. iOS Developer).

What is wrong?

like image 796
NickUnuchek Avatar asked Dec 24 '22 15:12

NickUnuchek


1 Answers

Xcode doesn't allow you to build with a distribution certificate.

According to this post, you should Edit the scheme for your target and under "Profile [App Name]" set the Build Configuration to Debug (it's usually Release by default).

like image 82
CE_ Avatar answered Mar 16 '23 08:03

CE_