What means “The app must be signed with a developm

2019-05-04 15:19发布

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?

1条回答
三岁会撩人
2楼-- · 2019-05-04 16:05

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

查看更多
登录 后发表回答