microsoft / team-explorer-everywhere

Team Explorer Everywhere Plugin for Eclipse
Other
300 stars 97 forks source link

tfs not working on android studio using mac os catalina #317

Closed innocentmujahid closed 4 years ago

innocentmujahid commented 4 years ago

the specified path does not lead to a valid tf executable, I changed the xmx but did not help me

ForNeVeR commented 4 years ago

Could you please clarify, which path have you entered?

innocentmujahid commented 4 years ago

i just install tfs plugin and unzip TEE-CLC-14.134.0 and browse tf.cmd from android studio when click test it shows popup the specified path does not lead to a valid tf executable then i change xmx as in my android studio and then hit and try but still did not work for me

ForNeVeR commented 4 years ago

On macOS, you should point it to tf file, not tf.cmd.

tf is a shell script for Unix-like OS, tf.cmd is only for Windows.

innocentmujahid commented 4 years ago

thank you so much now I am facing that issue “libnative_misc.jnilib” cannot be opened because the developer cannot be verified. macOS cannot verify that this app is free from malware.

ForNeVeR commented 4 years ago

You have a couple of variants here:

  1. You can disable the code signature checks system-wide (I sincerely cannot recommend that), but I can't remember exact way to do this off the top of my head.
  2. You can try installing a newer command line client from JetBrains (as a necessary disclaimer, I'm the maintainer of that repository): https://github.com/JetBrains/team-explorer-everywhere/releases

    That is a fork of this repository used for some parts of Azure DevOps IntelliJ build process, and there's a command line client with native dependencies removed (exactly for the purpose of avoiding troubles with macOS verification).

innocentmujahid commented 4 years ago

thank you so much this worked perfectly