Questions tagged [appcode]

AppCode is a smart IDE for iOS/macOS development by JetBrains

Some facts about JetBrains AppCode:

  1. An Objective-C/C/C++/Swift IDE with a really smart code editor
  2. Runs on macOS only
  3. Can open and create Xcode projects
  4. Can run your app on iOS device or in simulator
  5. Has a debugger with evaluate expression
  6. Can refactor Swift, Objective-C and C/C++ code
  7. Analyses code on the fly and offers quick-fix suggestions
  8. Supports Subversion, Git, Perforce and CVS version control systems
  9. Oh, and a fast & intelligent code completion, of course!
229 questions
24
votes
4 answers

Xcode 4.2 Product -> Run Greyed Out

My "Run" button under "Product" is greyed out and after trying a few things from various forums, can't figure out what's gone wrong. I've tried removing the project.xcworkspace and xcuserdata files and letting xcode generate new ones, but no... My…
FishStix
  • 4,994
  • 9
  • 38
  • 53
20
votes
1 answer

Generation of documentation comments in AppCode 3.0 like in IntelliJ

Is there any way in AppCode 3.0 to generate documentation comments like in IntelliJ? For example, in IntelliJ I can type a method: public int method(float number){ // magic } And when above it, I will type: /**, IDE will generate me code like…
Apan
  • 1,027
  • 2
  • 10
  • 27
18
votes
6 answers

How does JetBrains AppCode launch the iOS Simulator?

I just looked at JetBrains's App Code IDE and it seems to be able to launch the iOS Simulator and run applications in it. When I had to automate the deployment of my projects I had to resort to Applescript and GUI automation. They seem to be using a…
Plumenator
  • 1,682
  • 3
  • 20
  • 49
17
votes
12 answers

Unknown Class **** in Interface Builder file

I added a UIView xib file using the root class of MyView. I created it in the wrong place and so moved it in the project. Same project just a different folder/group. I then had a problem when running saying... Unknown Class MyView in Interface…
Fogmeister
  • 76,236
  • 42
  • 207
  • 306
15
votes
2 answers

How to immediately see Swift errors in AppCode?

Is there a way to immediately see Swift errors in AppCode? On their website they talk about static code analysis, but nowhere could I find a claim that this happens instantly. When you type some Swift code in Xcode you usually see warnings, errors…
15
votes
3 answers

Appcode will not run an App that has no developer certificate

I have an app I am writing for iOS that will run just fine in Xcode but AppCode by Jetbrains says : Error:Code Sign error: No code signing identities found: No valid signing identities (i.e. certificate and private key pair) matching the team ID…
benstpierre
  • 32,833
  • 51
  • 177
  • 288
15
votes
2 answers

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…
ir01
  • 383
  • 1
  • 4
  • 13
14
votes
2 answers

Equivalent to the Xcode playground in AppCode

I can not find any references to running xcode playgrounds in AppCode so am assuming that were not possible? Here is what an xcode playground looks like in AppCode: I am not even sure where to find the source code. Is there any way to run/debug a…
WestCoastProjects
  • 58,982
  • 91
  • 316
  • 560
13
votes
1 answer

AppCode Interface Builder

Are there any plugins for AppCode so that I can edit and design the user interface like the Interface Builder in Xcode? I prefer AppCode because it's customizable but it appears to me that it doesn't have its own Interface Builder.
meow2x
  • 2,056
  • 22
  • 27
12
votes
4 answers

AppCode doesn't prompt RxSwift classes and some other installed CocoaPods

I have installed newest version of RxSwift by CocoaPods. While trying to use simple elements of RxSwift, like NotificationsCenter.default.rx it doesn't prompt methods to use. Interestingly sometimes it prompts for other pods and sometimes not for…
Nominalista
  • 4,632
  • 11
  • 43
  • 102
10
votes
1 answer

Unable To debug with AppCode after upgrading to Xcode 7.3

After I updated Xcode to 7.3 I am unable to start debugging with AppCode 3.3.2 & 3.3.3 I am just able to Run without debugging each time I start debbuging with appcode this happens in the…
Ahmed Labib
  • 105
  • 6
9
votes
3 answers

Console output filtering in xcode or appcode

Is it possible in XCode or AppCode to filter the output of the console like its implemented in IntelliJ? Or at least in some way?
Martin Mlostek
  • 2,755
  • 1
  • 28
  • 57
8
votes
1 answer

Appcode chaining methods indentation does not match with xcode indentation

XCode indents method chaining like this: xcode method chaining indentation However if I press auto-format on appcode, it formats it in a weird way: appcode method chaining indentation Does appcode have a configuration in the code-style to fix this?…
8
votes
1 answer

How to share code style between Xcode and AppCode?

We want to start to use AppCode in my team but we want to use same code style between Xcode and AppCode (we're already using Uncrustify on Xcode). Does someone have experience sharing code styles between Xcode and AppCode? Any tip?
Arturo
  • 548
  • 6
  • 15
8
votes
1 answer

Appcode vs Intellij?

I cannot seem to find the plugin for appcode in intellij. I've read online that intellij encapsulates all functionality in the other ideas through plugins. However I cannot seem to find the one for appcode? Thanks in advance.
nhooyr
  • 1,104
  • 1
  • 13
  • 31
1
2 3
15 16