zalando / SwiftMonkey

A framework for doing randomised UI testing of iOS apps
MIT License
1.95k stars 175 forks source link

test failed when using xcode10 on a real device #67

Closed danyating closed 5 years ago

danyating commented 5 years ago

I have downloaded the newest code from github today. When I test 'SwiftMonkeyexampleTests', I run into this: image However, I can run it on a simulator successfully. But when I run it on a real device, it fails. How can I solve this problem? thanks.

wojciechczerski commented 5 years ago

Hey @danyating and sorry for a late reply. I was reproduced the issue you're facing but I couldn't find a solution how to fix it. I'll mark the issue as "Help wanted". Sorry for not having optimistic news 😞

I will give it a try this weekend with the newest Xcode and will keep you informed.

danyating commented 5 years ago

@wojciechczerski Thanks for the reply. I have already solved this problem, by simply adding "Copy Files" build phases. image So I'm going to close this issue. Thanks.