Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions TROUBLESHOOTINGGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,11 @@
* Restart the device.
* Delete and add the device again.
* Restart Appium Wizard.

## IPA Signing fails:
* Check if the "zsign.exe" file exist in the following path : C:\Users\{username}\AppData\Local\Programs\Appium Wizard\Resources\iOS
* If not exist, Windows defender deleted the zsign executable file which is needed for Signing IPA.
* You need to add the zsign file or the whole appium wizard folder in the windows defender exclusion list.
* Download the zsign executable from here - https://github.com/mega6453/AppiumWizard/blob/master/Appium%20Wizard/Resources/iOS/zsign.exe
* Copy the executable to the folder : C:\Users\{username}\AppData\Local\Programs\Appium Wizard\Resources\iOS
* Add the file path or foler to the windows defender exclusion list.
Loading