Help! Encountered internal error running command: Error: Could not find app at

So, first I’ll say that I’ve been googling around for this all day and I can’t find a solution. Sorry if this is a repost, I didn’t see anything.

I’m new to Appium. I installed Appium Desktop today and followed all of the documentation I could find.

I’m using -
Mac OS Sierra 10.12.3
Xcode Version 8.3 (8E162)
Appium Desktop Version 1.0.0 with Appium v1.6.4
Carthage 0.20.1

Here’s what my desired capabilities look like:

It looks like the zip is copied to a temp folder and then unzipped. But then XCUITest cannot find the app?
Let me know if I can provide any more info.
Thanks!

Here’s the console -
https://pastebin.com/5jAjL4KC

Hi Broomcup, the zip file is not the right app location. You have to unzip it and then build the iOS app using Xcode, finally get that .app path. Check this video to get the correct app path, the below video is for another demo app provided by Appium community but the steps should be same for the application which you have.