We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95b800 commit f4133fbCopy full SHA for f4133fb
1 file changed
TransactionMobile.Maui.UiTests/Drivers/AppiumDriver.cs
@@ -105,6 +105,9 @@ private static void SetupiOSDriver(AppiumLocalService appiumService) {
105
if (ab.Length > 0) {
106
throw new FileNotFoundException(ab.ToString());
107
}
108
+ else {
109
+ throw new FileNotFoundException("No .app files found in the directory.");
110
+ }
111
112
//var apkPath = Path.Combine(targetPath, "TransactionMobile.Maui.app");
113
var apkPath = "/Users/runner/work/TransactionMobile/TransactionMobile/TransactionMobile.Maui/bin/Release/net9.0-ios/iossimulator-arm64/TransactionMobile.Maui.app";
0 commit comments