Appium -应用程序必须用开发者身份签名



我有一个应用程序,我想通过applium打开,在创建一个临时ipa后,在目标和项目构建设置中放入有效的配置文件和开发人员证书。

我得到的错误日志如下:

info: [debug] [INST STDERR] Instruments Trace Error : Target failed to run: Permission to debug com.optimus.btr was denied. The app must be signed with a development identity (e.g. iOS Developer).
info: [debug] [INSTSERVER] Instruments exited with code 253
info: [debug] Killall instruments
info: [debug] Instruments crashed on startup
info: [debug] We exceeded the number of retries allowed for           instruments to successfully start; failing launch
info: [debug] Stopping iOS log capture
info: [debug] Running ios sim reset flow
info: [debug] Killing the simulator process
info: [debug] Killall iOS Simulator
info: [debug] Killing any other simulator daemons

任何关于如何解决这个问题的帮助将非常感激,非常感谢。

我有同样的问题,我唯一能够管理的解决方案是在开始appium测试之前将应用程序安装到iOS设备上,并且使用appium运行测试,这将整理出在启动时崩溃的水果带和仪器问题

最新更新