Closed ole-vegard closed 9 years ago
I was wondering if you have ever experienced Remote procedure call failed
when trying to install appx or dependencies. I run into this problem on or CI node which is slow.
I know I have received it. But I'm not sure in what situation. I don't think it's been an issue for me.
@ole-vegard looks great, could you please fix so that we could merge it. I fixed them myself, so you can apply patch to your branch and push it again.
@NickAb I added your patch. Not sure I did it correctly, I haven't really used patches before.
@ole-vegard Thanks, looks great. I'll merge it first thing in the morning
Ref mail with @NickAb : Here is a pull request on dependencies.
In our app we get a dependency conflict when we try to install it (
Error - Package failed updates, dependency or conflict validation
) This happens when we try to install it on a fresh emulator. The solution we found was to first install the dependency.appx
and then the main.appx
Here is a pull request on how acheived this usingWinium
Usage (python): just add
"dependencies":["dep1.appx","dep2.appx", ....]
to your capabilities