【问题标题】:Appium - application must be signed with a developer identityAppium - 应用程序必须使用开发者身份签名
【发布时间】:2015-07-26 23:49:05
【问题描述】:

我有一个应用程序,我想通过 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

任何有关如何解决此问题的帮助将不胜感激,非常感谢。

【问题讨论】:

    标签: ios xcode automation appium


    【解决方案1】:

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

    【讨论】:

    • 在构建应用程序后,我可以使用 xcode 项目中的 .app 文件从 appium 运行应用程序,但我不能从您从 .ipa 文件获得的 .app 文件中运行该应用程序。将其用作解决方法。
    猜你喜欢
    • 2015-11-23
    • 2014-10-16
    • 2017-05-01
    • 2016-05-04
    • 1970-01-01
    • 2015-05-24
    • 1970-01-01
    • 1970-01-01
    • 2017-12-15
    相关资源
    最近更新 更多