清洁:
xcodebuild -workspace appname.xcworkspace -scheme "Shared appname" -destination "platform=iOS Simulator,name=iPhone 5s,OS=8.1" clean
然后建立:
xcodebuild -workspace appname.xcworkspace -scheme "Shared appname" -destination "platform=iOS Simulator,OS=8.1" build
然后测试(干运行):
xcodebuild -workspace appname.xcworkspace -scheme "Shared appname" -destination "platform=iOS Simulator,OS=8.1" test -dry-run
而我有时会收到此错误:
2015-02-27 11:01:50.417 Registering for testmanagerd availability notify post.2015-02-27 11:01:50.417 testmanagerd availability notify_get_state check indicated manager not ready,waiting for notify post.2015-02-27 11:02:50.371 60s elapsed since launch without testing starting,sending logs to stderr
任何想法如何防止这种情况发生?我假设testmanagerd是一个测试守护进程或什么?我在哪里可以找到相关文档?
解决方法 此超时通常意味着您的mac太慢并且运行模拟器花费的时间超过预期.你应该开始考虑购买一台新机器. 总结以上是内存溢出为你收集整理的ios – 有时在CLI上运行xcode测试会返回“manager not ready”全部内容,希望文章能够帮你解决ios – 有时在CLI上运行xcode测试会返回“manager not ready”所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)