加载XCTest时出错,找不到合适的图像。 [英] Error loading XCTest, no suitable image found.

查看:188
本文介绍了加载XCTest时出错,找不到合适的图像。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近更新了我的Xcode并开始出现此错误。

I have recently updated my Xcode and started having this error.

2014-11-03 15:03:54.222 App[13141:60b] Error loading /private/var/mobile/Applications/677127BD-5230-4D5F-B70E-AF728439D34B/tmp/AppTests.xctest/AppTests:  dlopen(/private/var/mobile/Applications/677127BD-5230-4D5F-B70E-AF728439D34B/tmp/AppTests.xctest/AppTests, 262): no suitable image found.  Did find:
    /private/var/mobile/Applications/677127BD-5230-4D5F-B70E-AF728439D34B/tmp/AppTests.xctest/AppTests: code signature invalid for '/private/var/mobile/Applications/677127BD-5230-4D5F-B70E-AF728439D34B/tmp/AppTests.xctest/AppTests'
DevToolsBundleInjection: Error loading bundle '/private/var/mobile/Applications/677127BD-5230-4D5F-B70E-AF728439D34B/tmp/AppTests.xctest'

我像往常一样完成了Google搜索。但我还没有找到任何解决方案。来源我看过并尝试解决我的问题是,

I have done my Google search as usual. But I haven't found any solutions yet. Source I have looked and tried to resolve my issue with is,


  1. http://marcschwieterman.com/blog/testing-in-the-sandbox/

  1. http://marcschwieterman.com/blog/testing-in-the-sandbox/

什么时候发生?

如果我在设备上运行uni test,它只会显示此错误。在模拟器上它按预期工作。从正常目标运行应用程序不会显示此错误。

It only shows this error if I run uni test on device. On simulator it works as expected. Running application from normal target does not show this error.

运行Uni时出现错误测试应用程序不会崩溃。它只是无法加载xctests。

任何有类似问题的人?并设法解决它?

Anyone having similar issues? and manage to resolve it?

推荐答案

我遇到了完全相同的问题。我能够通过在两个目标(测试和测试主机)上将配置文件设置为自动以外的其他内容来解决问题。

I've encountered exactly the same problem. I was able to fix the problem by setting the provisioning profile to something other than Automatic on both targets (the test and the test host).

我验证了这是问题所在通过将其恢复为自动状态,并重新解决问题。

I verified this was the problem by reverting it back to automatic, and the problem reoccured.

这篇关于加载XCTest时出错,找不到合适的图像。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆