5

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?

NickUnuchek
  • 11,794
  • 12
  • 98
  • 138

1 Answers1

13

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).

Community
  • 1
  • 1
CE_
  • 1,078
  • 2
  • 16
  • 33