I'm trying to run ./reset.sh --ios --dev --verbose and I get this error with UICatalog.zip:
/Users/florr121/appium/sample-code/apps /Users/florr121/appium
* Unzipping UICatalog app source
Archive: UICatalog.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of UICatalog.zip or
UICatalog.zip.zip, and cannot find UICatalog.zip.ZIP, period.
---- FAILURE: reset.sh exited with status 1 ----
I tried downloading the UICatalog.zip from a link in this thread and replaced it but I still get the same error. Did I miss a step somewhere?
Thanks!