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
1 answer

How to change right click options on Group in AppCode?

I want to move Swift Type and Swift File options to the top, but I can't find it Preferences / Menus and Tooblars.
Nominalista
  • 4,632
  • 11
  • 43
  • 102
1
vote
0 answers

AppCode - Is it possible to show the current function name?

While navigating through a huge code base and finding oneself inside some arbitrary function, it's sometimes not obvious which function that actually is. Xcode always shows the current function name at the top of the editor. Is that also possible…
keyboard
  • 2,137
  • 1
  • 20
  • 32
1
vote
2 answers

Creating swift framework in AppCode

It is possible to create Swift frameworks (modules) like in XCode: [File] -> [New target] but using AppCode? If I doing this using Xcode all working perfectly but if I try to do this in AppCode (in project settings) then I receive errors like: 'No…
Mr. A
  • 704
  • 1
  • 7
  • 16
1
vote
1 answer

How can I deploy my application directly from appCode IDE to my iPhone and appleWatch?

I can do this in xcode easily but the debugger in xcode isn't the best. I can also deploy my app to my iPhone easily if I don't care about the appleWatch module. Is this a feature that just isn't in appCode yet?
Lucas Earl
  • 395
  • 1
  • 3
  • 13
1
vote
1 answer

XCTest errors and print messages get mixed up in AppCode

I have a longish test with several sections of this form: let value = computationThatLogs() XCTAssertEqual(value.a, 77) I observe that the file:line:error messages from violated XCTAsserts frequently get mixed into the debug messages of the…
Raphael
  • 9,779
  • 5
  • 63
  • 94
1
vote
3 answers

AppCode can't run on simulator and device

I can't run my app from AppCode, I keep getting the same error on simulator and device. It runs perfectly on both from XCode though. The error I get is the following: Note:Code signing is required for product type 'Application' in SDK 'iOS 10.2' I'm…
Marijn
  • 1,439
  • 12
  • 12
1
vote
1 answer

Cannot find the execution point at debug evaluation expression

I want log something when breakpoint is hit in AppCode. But there is no documentation for how to write a right evaluation expression for the evaluate and log section on debug configuration window. if i write NSlog(@"some message")//error the…
shellhue
  • 569
  • 6
  • 12
1
vote
2 answers

AppCode unable to build/run my application on iOS device

After upgrading to XCode 8 I am no longer able to run or debug my application using AppCode. I am running version of 2.16.2.3 of AppCode. After attempting Run|Run from AppCode's menu I get the following error in the messages tool…
JJF
  • 2,681
  • 2
  • 18
  • 31
1
vote
2 answers

AppCode and swift - No warning indication on AppCode

I'm not sure why but I'm not getting warning indication on AppCode - similar to the ones you get when using Xcode e.g. when a variable is declared but not used or even type errors. Is there something I need to do to get it to work. Here is an screen…
breaktop
  • 1,899
  • 4
  • 37
  • 58
1
vote
1 answer

I can't edit files in AppCode 1.5

I have a source code of IPhone App and i am on windows, I install OSX on VirsualBox, And also install AppCode, Then open the project and try to edit some files it's not allowed i mean when double clicking on files or click Jump to source in…
A.Soliman
  • 315
  • 3
  • 13
1
vote
1 answer

NSLog not printed in linphone related project

NSLog is sometimes (most of the time) not getting printed in Xcode console area (both simulator and device). I'm suspecting that linphone is somehow causing this behaviour. Linphone debug is set via linphone_core_set_log_level(ORTP_DEBUG); but even…
mixtly87
  • 1,675
  • 15
  • 32
1
vote
0 answers

AppCode IDE can not detect en localization keywords

Recently I used JetBrains AppCode IDE for developing my iOS application. It is cool but I have a problem with it. I use below code for using a localized string: NSLocalizedStringFromTable(@"LI_HELP_SELECTINSURANCE_TITLE", LIApplicationLanguage(),…
Husein Behboudi Rad
  • 5,434
  • 11
  • 57
  • 115
1
vote
1 answer

Automatic code beautifier with Continuous Integration TeamCity

In my team, we use Objective-C and Swift, and we use AppCode reformatting feature, which is very nice. I was wondering it there is an automatic way of adding a step in the build configuration in TeamCity, in order to reformat the source code…
Jesús Hurtado
  • 295
  • 2
  • 12
1
vote
1 answer

Run Debug Builds on iOS 9 Device with iOS 8 SDK

It there any reproducible way to run a debug build compiled with iOS 8 SDK on an iOS 9 device? Xcode usually tells me that the device's iOS is not supported by that version of Xcode. BUT I have managed to run on the same device with the same SDK via…
fabb
  • 11,660
  • 13
  • 67
  • 111
1
vote
0 answers

AppCode 3.2 highlights objective-c syntax with errors but build succeed

I've updated AppCode to the latest 3.2 version. I open, build and run the project succesful but AppCode highlights the syntax with red underlines: I use XCode 7 and I've noticed a message in AppCode: You are using Xcode 7.0 which is not yet…
klimat
  • 24,711
  • 7
  • 63
  • 70