I am trying to use Appium to automate our mobile app, and I realize that in order to do so we need to specify the path to .app file. However after archiving I get only the .xcarchive file which I don't know what to do next..
My xcode version is 5.1.
Please advise how to proceed, thanks!
While sheep test's answer works, there is another way. The .app bundle is included inside the .xcarchive file. If you already have a .xcarchive file, follow these steps to get the .app
- Navigate to your .xcarchive file in the finder
- Right click on the .xcarchive file and select "Show Package Contents" in the popup menu
- The finder will switch to showing the contents of the .xcarchive file.
- Navigate to Products/Applications
- your .app will be located in Products/Applications