zalando/SwiftMonkey

test failed when using xcode10 on a real device

danyating opened this issue · 2 comments

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.

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.

@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.