appium / appium-for-mac

[deprecated] Application for automating a mac app with JSON wire protocol
Apache License 2.0
193 stars 70 forks source link

AppiumForMac not working for xcode 12 and MacOS Catellina 10.15.6 #102

Open ios-dev-newbie opened 3 years ago

ios-dev-newbie commented 3 years ago

Hi, have installed the .zip file from the appium-for-mac from below https://github.com/appium/appium-for-mac/releases/tag/v0.4.1.

Followed below process:

  1. Download zip file
  2. unzip it and drag the .app file to the application directory.
  3. Right-click on it and click on the open button.
  4. AppiumForMac is not launching and not able to see anything on the desktop.

Need help.

I have the below system. MacOS: 10.16.6 Xcode: 12 AppiumForMac: v0.4.1

KazuCocoa commented 3 years ago

How about running xattr -cr /path/to/AppiumForMac.app as https://github.com/appium/appium-for-mac#download-binaries-built-on-ci ? If you meant a security dialogue, this should help

ios-dev-newbie commented 3 years ago

I tried running that as well but no luck. The command runs successfully but still after that the application is not opening.

KazuCocoa commented 3 years ago

Could you explain the not opening more? (Because if the process was crashed, I think macOS shows error dialogs.)

Some dialogs appeared? No response when you accessed to http://localhost:4622/status? 4622 is the default port when you open AppiumForMac.app as https://github.com/appium/appium-for-mac#appium-for-mac.

aakrandan commented 2 years ago

What he meant by not opening is that the 'Application Window' doesn't appear. There is some issue with the build or this is the default behaviour?

Faizan-Mamji commented 2 years ago

@KazuCocoa I am unable to launch appiumformac on mac big sur No error appearing. This is the latest version i am using. v0.4.1

Could you please help me to resolve this issue?

KazuCocoa commented 2 years ago

As Please consider switching to appium-mac2-driver for over macOS 10.15 in the readme, we haven't tested this for over macOS 11. Probably something issue exists here...