Which appium version support mac os 10.12.5 - xcode

I have mac with latest version Sierra(10.12.5) and i want to install appium in my mas system so guyz can you please suggest me which version of appium, xcode, xcode command line tool, and Android studio will support and it will work properly because I have installed appium 1.5.3 version but it is not catch my system and device too.
so please is if any body have knowledge about that then suggest me .

I use:
appium - 1.6.4 (command line)
Xcode / Command Line Tools - 8.3.2
Android Studio - 2.3.1 (with updated SDK)
java client - v5.0.0-BETA8

Related

Install XCode on MacOS 10.15 Catalina

I'm getting an error where I can't install XCode because my MacOS version is 10.15 when the requirement is version 11 or higher.
I don't want to upgrade my mac version because this is a company laptop so my other development tools might get affected.
How do I create a workaround for this?
The latest version of Xcode you can run on Catalina (10.15.4) is Xcode 12.4 and Command Line Tools 12.4.
You can download older versions of Xcode and the Command Line Tools from Apples developer site.
https://developer.apple.com/download/all/?q=xcode
You can check which Xcode version is supported by your OS here; https://developer.apple.com/support/xcode/
You can download all versions of Xcode from this site
https://xcodereleases.com

I can't upgrade Xcode. What can I do?

I have Xcode version 8.3
macOS: 10.12.6 (I can´t upgrade)
rect-native: 0.59.5
watchman: 4.9.0
I can't upgrade because my Mac is too old and the project that comes with the react native is for the new version of Xcode.
What can I do?
All this is because I can´t program in react-native that is not compatible white Xcode 8 the new version and I can´t use and oldest version.
I have looked for previous versions I downloaded from Github. RN Version 0.55.4 there says that is for Xcode 8.3 but that doesn't work.
how do you program?
You can download any previous or current version (from 7.0 up to 10.2) of XCode using links, listed here:
https://stackoverflow.com/a/46652775/10556960
You will need to sign in with your Apple Developer account at developer.apple.com, tho.
According to Xcode Releases, the latest Xcode that runs on macOS 10.12.6 is Xcode 9.2.

How do I upgrade appium in my Visual studio

I am writing my tests in C# with Appium and specflow. I am using Visual studio as my IDE.
If I want to upgrade my appium to the latest version how do I do it?
All new Appium methods for FaceID authentication are available in Appium version V1.10.1
Want to know how do I upgrade to that version of Appium.
Usually we update all the softwares through Nuget packages but for Appium only thinhg I see is Appium.Webdriver with latest version being 3.0.0.2 and this doe not contain latest appium code.
Any help in guiding me is much appreciated.
you can use node.js command line for upgrade the appium you just need to install node.js then it contains node.js command line so you can install or upgrade the appium
https://www.edgewordstraining.co.uk/2017/07/05/install-appium-server-windows/strong text

Xcode can’t be installed on “Macintosh HD” because macOS version 10.13.6 or later is required

I am struggling to build app with unity on xcode.
In the beginning, I could not build the app on my iPhone from xcode because I got this error
This iPhone 8 (Model A1863, A1905, A1906, A1907) is running iOS
12.1.2 (16C101), which may not be supported by this version of Xcode.
I also tried to install the older version xcode but it did not work since it requires new version as mentioned above.
Then, I attempted to reinstall xcode now and got error
Xcode can’t be installed on “Macintosh HD” because macOS version
10.13.6 or later is required.
I am using version 10.12.6 macOS Sierra and I think that there should be available installation version 10.13.6 on my App Store but 10.13 doesn't show up in my app store updates section.
Therefore, I went to Apple official page to upgrade to 10.13 but it said that this update requires macOS version 10.13.
I cannot install even version version 10.13.
How can I update my OS and install xcode to solve this issue ?
find the Xcode version corresponding to your current OS version here https://developer.apple.com/support/xcode/
download it using your Apple Developer account here https://developer.apple.com/download/
To Install the latest macOs version,
click on apple icon click on About this Mac, then click on software update
It will show you latest macOs version available, then you can install latest version of XCode
Install Latest Mac Os Youtube video
You need to download macOS version 10.13.6. You can download it from here You may need to have a developers account but you can get a free one by going to Apple developers. You may need to google that. Once you get 10.13.6 loaded you can then download Xcode 10.1
I had same problem
You must upgrade to latest macOS version.

How do I install MonoDevelop on my Mac?

I just downloaded MonoDevelop for my Mac, but I cannot figure out how to install it.
Does anyone know exactly what to type in the terminal to get it to install?
The recently updated Mono 1.2.6 package for MacOS X contains Imendio's Native Gtk+ for OSX, Gtk# and MonoDevelop 0.18.1 with Mac support. It is now available from Mono's downloads page.
It appears that you have to run all three of these installs to get it to work:
Mono 2.2_5 Framework - Universal
MonoDevelop 2.0 Alpha 2
Cocoa# 0.9.4 source
this link might be helpful for new comers.
Mono:OsX
follow the link below if you are interested in Building Monodevelop in os X:
Building mono develop
Xamarin Studio may be installed using Homebrew.
For Mac and Windows, you can download Xamarin Studio which is a bundle of MonoDevelop along with Xamarin iOS/Android plugins and branding.
– Download | MonoDevelop.
There is a Homebrew Cask for Xamarin Studio.
The installation can be done as follows:
$ brew install Caskroom/cask/xamarin-studio
This question might be useful: How to use Homebrew's version of Mono with Xamarin - Stack Overflow.

Resources