简体   繁体   English

AWS device-farm iOS XCTest UI 套件无法访问主应用程序的容器

[英]AWS device-farm iOS XCTest UI suite can't access main app's container

I'm using XCTestUI to write automated tests for an iOS app.我正在使用 XCTestUI 为 iOS 应用程序编写自动化测试。 Got a couple of tests running on Xcode Simulator and on several real devices (iPhones).在 Xcode 模拟器和几个真实设备(iPhone)上运行了几个测试。 When I try to run the exact same tests in AWS device-farm, on the same devices (including iOS versions), all tests are failing with error:当我尝试在 AWS device-farm 中运行完全相同的测试时,在相同的设备(包括 iOS 版本)上,所有测试都失败并出现错误:

container_create_or_lookup_app_group_path_by_app_group_identifier

Now, I double checked that both bundles are in the same appGroup group.com.company.appName and everything looks in order.现在,我仔细检查了这两个包是否在同一个 appGroup 组中group.com.company.appName并且一切看起来都井井有条。

Any suggestions on what I'm doing wrong would be more than welcome.任何关于我做错了什么的建议都会受到欢迎。

I am an engineer on the AWS Device Farm team.我是 AWS Device Farm 团队的工程师。 Do you mind providing me with a run url so I can take a look at your test execution?你介意为我提供一个运行 url 以便我看看你的测试执行吗? Just from the description, this seems like an entitlement issue when your application is resigned to be compatible with our iOS devices.仅从描述来看,当您的应用程序退出以与我们的 iOS 设备兼容时,这似乎是一个权利问题。

For better assistance, I suggest utilizing the AWS Device Farm forums as a medium to contact members of the the service team like myself: https://forums.aws.amazon.com/forum.jspa?forumID=193为了获得更好的帮助,我建议利用 AWS Device Farm 论坛作为联系像我这样的服务团队成员的媒介: https://forums.aws.amazon.com/forum.jspa?forumID=193

Andy安迪

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM