Forum Discussion
Check Device Availability: Verify if the specified device model ('Apple iPhone 13 A2633 15.2') is available in the Bitbar device pool. It's possible that the exact device configuration you specified is not present. You might need to use a different device or adjust your device configuration to match an available device.
Use a Generic Configuration: Instead of specifying a detailed device model, consider using a more generic configuration that matches a broader range of devices. For example:
- {
"appium:automationName" : "XCUITest",
"appiumVersion" : "2.0.0",
"deviceName" : "iPhone.*",
"bitbar_findDevice" : "true",
"browserName" : "Safari",
"platformName" : "iOS"
} In this configuration, the 'deviceName' is set to a regular expression ('iPhone.*') that matches various iPhone models. Setting 'bitbar_findDevice' to 'true' allows Bitbar to automatically find an available device that matches the specified criteria.
Verify Appium and Bitbar Compatibility: Ensure that the Appium version you are using is compatible with the Bitbar service. Sometimes, mismatches in Appium and Bitbar versions can cause compatibility issues. Updating Appium to the latest version compatible with Bitbar might resolve the problem.
Contact Bitbar Support: If the issue persists, it's advisable to reach out to Bitbar support. They can provide specific guidance based on their system configurations and might assist you in resolving the problem or provide additional information about available devices.