Appium Python Tutorial - Build UICatalog iOS App using Xcode and Open with Appium Desktop Tool

Опубликовано: 06 Август 2026
на канале: MobileTesting
4,263
20

Welcome to MobileTesting YouTube Channel.

In this video we will download and build the UICatalog app using Xcode and then install it in our iPhone Simulator by giving app path in Appium GUI tool.

UICatalog app Github link:

https://github.com/appium/ios-uicatalog


Build/Runtime Requirements for UICatalog:

Building this sample requires Xcode 5.0 and iOS 7.0 SDK
Running the sample requires iOS 7.0 or later.


Updated Appium Desired Capabilities with app path:

{
"platformName": "iOS",
"platformVersion": "10.3",
"deviceName": "iPhone 7",
"app": "/Users/venkateshakula/Library/Developer/Xcode/DerivedData/UICatalog-archqtkfqdgekgayzfljvgugwkvr/Build/Products/Debug-iphonesimulator/UICatalog.app",
"noReset": true
}

Appium Desktop for Mac installation process explained in this video:
   • Appium Python Tutorial - Appium Desktop Se...  

Follow the steps in this video to fix: "Error: Could not find app at" error