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
1
vote
2 answers

How to solve xcodebuild: error: The workspace '' does not contain a scheme named '' in jetbrains AppCode

I know there are many similar questions like iOS: xcodebuild: error: The workspace '' does not contain a scheme named '' But I am experiencing build error in Jetbrains AppCode. xcodebuild: error: The workspace 'Project.xcscheme' does not contain a…
travdu
  • 331
  • 3
  • 9
1
vote
2 answers

AppCode no product for target

I am trying to run Swift iOS app in iPad simulator in AppCode. App is successfully built, but there is an error Error running ios-app: No product for target 'ios-app' I am quite green in iOS development and I am trying to switch from XCode to…
trubi
  • 295
  • 2
  • 14
1
vote
1 answer

Cannot see Swift variable contents using AppCode

I'm using Appcode-EAP 3.2, but I've also tried this with Appcode 3.1.7. When stopped in the debugger, I can see the local variables, e.g. fromJSON = [] self = [] However, if I move one of these to the Watches window to examine its contents, I get…
Peter Baum
  • 11
  • 1
1
vote
3 answers

Interface Builder crashes (iOSRenderServer)

On closing my storyboard with Xcode (by quitting Xcode itself or switching to another file), it makes me awaiting for a while until I do Force Quit. On opening my storyboard with AppCode, I see the alert about iOSRenderServer just crashed. Well it's…
bronenos
  • 239
  • 3
  • 4
1
vote
2 answers

AppCode ignores "Right to Left Pseudolanguage" setting from Schema Configuration

I'm writing app that supports right-to-left languages. To test the app in simulator I set up "Right to Left Pseudolanguage" in Schema Configuration in xCode: When run the app from xCode everything goes as expected and system draw ui elemnts in…
klimat
  • 24,711
  • 7
  • 63
  • 70
1
vote
0 answers

Turn on autocompletion in macros

I would love to have autocomplete in macros like for example, #ifdef DEBUG static void print_debug_info(object obj) { ... } #endif Using a near-default configuration of AppCode, it doesn't appear this is enabled. Is there anyway to enable it?
countunique
  • 4,068
  • 6
  • 26
  • 35
1
vote
1 answer

Create missing switch cases in AppCode - formatting

There's a great "Create missing switch cases" feature in AppCode. How can I change formatting of the added cases? I would like to add new lines before breaks. Currently I'm getting the following code: switch(a) { case A:break; …
silyevsk
  • 4,021
  • 3
  • 31
  • 30
1
vote
1 answer

JetBrains - Exclude third party code from inspections?

In JetBrains IDEs (e.g. PyCharm, AppCode, IntelliJ, etc) how can I exclude third party code from inspections? I know I could completely exclude the code from the project by marking the containing directories as excluded directories. However, I would…
1
vote
0 answers

Does AppCode provide tools for displaying class dependencies as IntelliJ does?

IntelliJ has a Dependency Analysis tool. This tool generates a "Dependencies Structure Matrix" that "reflects the real dependencies between classes in a project". This is how it looks like in IntelliJ: I would love to see the class dependencies of…
Lars Blumberg
  • 19,326
  • 11
  • 90
  • 127
1
vote
0 answers

In AppCode, is there a way of filtering the list of classes presented on the 'navigate to class' dropdown (⌘N)?

I'm building an iOS application, and have a need for making a large number of duplicated classes with the same name (actual implementation, vs. sample data implementation). Let's say I have some class Foobar in my app; there'll be at least two…
fatuhoku
  • 4,815
  • 3
  • 30
  • 70
1
vote
1 answer

AppCode build for profiling equivalent

Is there an equivalent for Xcode's Product > Build for > Profiling in AppCode? Or does this have to be done in Xcode?
basheps
  • 10,034
  • 11
  • 36
  • 45
1
vote
2 answers

How to open a project with AppCode from Xcode?

How to open a xcodeproj (or a xcworkspace) with AppCode from Xcode? Without Finder.
user2260306
1
vote
1 answer

Run specific focused Kiwi 'context' or 'it' element from AppCode?

Often when developing or fixing broken test you need to focus only on one. Is it possible to run only one specific Kiwi context or it element from JetBrains AppCode (not whole spec)? And if so, how to create configuration to accomplish this?
Vadim
  • 167
  • 1
  • 12
1
vote
1 answer

Is there a way to use Mac OS X 10.5+ keymap on AppCode?

Im just wondering, is there any way to import "Mac OS X 10.5+" keymap (don't get confused with just "Mac OS X 10.5" keymap) in AppCode? Keymap named "XCode" is similar one, but not the same. So is there any way?
pepyakin
  • 2,217
  • 19
  • 31
1
vote
0 answers

Appcode can't get scanf right

I'm really new to AppCode, I've started taking C classes and wanted to use our school license for AppCode. Most of the others are using CodeLite and make gcc projects, when they build and run it they get a terminal window, is this possible for…
Glenndisimo
  • 251
  • 1
  • 7
  • 14