Unable to launch ipa file in IOS 10 real Device using appium 1.6.0

后端 未结 2 1442
心在旅途
心在旅途 2020-12-11 08:07

To start with I got a .ipa file from the development team to test, the developer has mentioned the .ipa file with the device UDID so that I can install it on my iPhone.

相关标签:
2条回答
  • 2020-12-11 08:24

    if you are unable to execute appium script even after creating a developer team and building the app in Xcode..

    Follow the steps given in the below link and try running appium after those steps, I tried it (note: there were some unthinkable libraries missing installation:) and working for me. I am having Mac OS 10.12.5 and Appium version 1.6.5. Hope this is helpful.

    Appium Setup for running on real and emulated devices

    0 讨论(0)
  • 2020-12-11 08:41
    1. Run the below command in terminal to open WebDriverAgent project.

      Open usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj
      
    2. Now this will open the WebDriverAgent project in xcode.

    3. Go to build settings of the project as shown in below screenshot and add the development team.

    1. If no options are available in development team to select then follow the below procedure to add the account.

      a. Click on xcode and navigate to preferences.
      b. Click on Accounts.
      c. Click on ‘+’ symbol and add the account same as the account used for the code signing activity.

    2. Now you can select the added account in Development Team.

    3. The account selected for the development team should be same as the account selected for code signing activity.
    4. Now add development team for all the targets also similarly by navigating to build settings.
    5. Run the code to check for any errors and build succeeded message should be displayed.
    0 讨论(0)
提交回复
热议问题