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

AppCode: unused statement in .h file

AppCode is great utility for refactoring and review code. Last time I use Code Inspector in menu: 'Code -> Code Inspect...', but this code inspector have some troubles. General trouble, when code inspector found trouble with 'Unused statement' with…
Ilya Ilin
  • 2,283
  • 21
  • 27
-1
votes
1 answer

How can I see "all" constructors on AppCode by code completion?

I am new to ios development and studying SwiftUI. xCode shows more than 5 constructors of Button. AppCode shows only 2 constructors of Button. xCode (many constructors) AppCode (only 2 constructors) developer document. there exists the…
wonpyohong
  • 344
  • 4
  • 7
-1
votes
2 answers

AppCode, no iOS simulator showing up

I've downloaded AppCode for iOS development. For my personal project I've a bunch of simulator to chose from. But for a work project there is no simulator but only "Add Configuration" (image attached below) I've already tried a bunch of stuff like…
manubrio
  • 419
  • 6
  • 16
-1
votes
1 answer

AppCode to Web Service C#

I have an appcode with many classes that contain the business logic and Data access layer. I am trying to port over classes to a web service but I have to create an asmx for each class. Are there ways around this ? Please help
Nano_Bott
  • 1
  • 2
1 2 3
15
16