-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
don't work for ios 13.3 on osx 10.15.5 #116
Comments
I'll admit that I haven't actually tested out on-device unit tests so this could very well be a new bug. Do your unit tests need to run on the actual iPhone or would the iOS simulator work? The setup is much easier with the simulator. If you've got an iOS simulator running you can just do |
So this error is
Could you double check that the application id you used in the xcode project is as:
|
Sorry, did not meant to click on close. need more coffee. |
I just checked here, same xcode, same macOS, actually same phone, but with latest update (iOS 13.5.1), and everything works as expected. I don't think the iOS verson is our problem here. So don't despair, this is probably "just" a configuration issue. Please make an attempt with "-v", and grep the "ios". I will also add a descriptive message for this error code. |
It worked well on a iPhone 8 simulator with iOS 13.5. |
I checked the bundle id, and the Product Name is not Dinghy but some-unique-domainame-Dinghy. I renamed the bundle id and ran
I'v already updated my iOS version to the latest 13.5.1. Here is a part of the output with -v option.
It worked well with the simulator. Hope for your help. |
I'm not too sure what to make of this... the guys from ios-deploy have this issue here: So... have you tried turning it off and on again ? |
So sorry for not replying in time. In the end, i did not use dinghy. And do not know what is the problem. |
I followed this doc https://github.com/snipsco/dinghy/blob/master/docs/ios.md, it all worked fine until I ran the final test command. I can run the test xcode project on my iphone, but when I ran
cargo dinghy -d iphone test it_works
, it reported an error.command:
RUST_BACKTRACE=1 cargo dinghy -d iphone test it_works
output:
Here is the environment:
mac:
os version:
10.15.5 (19F101)
xcode version:
11.5 (11E608c)
iphone:
model:
iPhone 8
os version:
13.3
What should I do to make it work?
The text was updated successfully, but these errors were encountered: