Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using jetbrains appcode IDE on Linux

In download page of Jetbrains website there is no download option for linux. I googled for "jetbrains appcode IDE on Linux". some peoples say "it's crossplatform".
Is it possible to run jetbrains appcode IDE on Linux?
I can't run it on linux(Ubuntu/Debian)

Edit:
I mentioned that C++ IDE Features of Appcode is needed. If iOS features not working, there is no problem.

like image 369
ir01 Avatar asked Jun 26 '14 05:06

ir01


People also ask

Can AppCode replace Xcode?

Yes, AppCode cannot run without Xcode. AppCode uses SDKs, simulators, LLDB, and SourceKit that are bundled in Xcode and cannot be used separately.

Do I need Xcode for AppCode?

System requirements AppCode is available on macOS only since it cannot run without Xcode.

Can AppCode run on Windows?

AppCode is macOS only, so you cannot use it on Windows 10. You can do an iOS app with it, but only on macOS.

What is AppCode used for?

AppCode supports Catch, Boost. Test, Google Test, and XCTest-based testing frameworks (including Quick and Kiwi) out of the box. To create a test, right-click a node in the Project tool window, select File | New | File from Xcode template, and AppCode will generate a standard XCTest test from a template.


1 Answers

AppCode requires Xcode, which requires OS X.

Any workarounds to get Xcode installed and running on Linux violate Apple's Terms of Use, and getting AppCode to install on Linux is likely a violation of JetBrains' licensing agreement.

AppCode does support C++, but there is also JetBrains C++ IDE called CLion.

like image 103
Noah Avatar answered Oct 04 '22 07:10

Noah