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
4
votes
2 answers

AppCode - UI Designer plugin

I trying to install UI Designer to AppCode 2016.1.1 (Xcode 7.3) and I always get this error msg: Plugin `AppCode UI Designer` is incompatible with this installation. (https://i.stack.imgur.com/idTdf.png). JetBrains say on this page that "UI Designer…
TParizek
  • 530
  • 7
  • 12
4
votes
1 answer

AppCode opens .storyboard files as plain XML

I'm using AppCode 3.3. When I click on a .storyboard file, it doesn't open UI Designer. I can't install UI Designer plugin because of version of AppCode (latest compatible is 141.x, I'm using 143). What can I do?
4
votes
1 answer

Changing the font size in AppCode

I'm using Appcode and I would like to change the font size though I can't seem to find any option to do this (nor does there seem to be much help on the internet). If I go to Preferences->Editor->Colors&Fonts->Font I can see a font size, though it…
mattnedrich
  • 7,577
  • 9
  • 39
  • 45
4
votes
2 answers

generating method declaration from .m file

I have a class which has all methods public. Today I decided to remove some of the methods that I don't need anymore, so I started to clean-up my .m file. Now I would like to generate method declarations for my methods from .m to header file. I…
Szu
  • 2,254
  • 1
  • 21
  • 37
4
votes
2 answers

Appcode - Select Current File

In Xcode I can press Shift-Cmd-J to select the current file on the left. Is there a shortcut that does the same in Appcode?
Gaurav Sharma
  • 2,680
  • 3
  • 26
  • 36
4
votes
1 answer

App Code arch already exists in fat dylib

I am getting the following error arch already exists in fat dylib a good number of times when trying to build my project in app code. The project was running fine then out of the blue this error came up. I am running App Code version 2.5.4. I have…
ocross
  • 593
  • 1
  • 5
  • 24
4
votes
2 answers

How do I launch AppCode from the terminal?

I know that you can quickly launch PyCharm to work on a particular Python project directory by just doing: charm directory In this case, the charm command lives in /usr/local/bin. But can do you do the same of AppCode, pointing it to a .xcodeproj or…
fatuhoku
  • 4,815
  • 3
  • 30
  • 70
4
votes
1 answer

Search file names in AppCode

Is there a way to search all the file names in my project? In Xcode the lens on the bottom searches through the names of all the files in the project and it's a very quick and intuitive way to navigate a project you are familiar with. Is there…
Sean Dunford
  • 938
  • 1
  • 9
  • 24
4
votes
1 answer

How to use Boost headers with Jetbrains Appcode

I have the Boost libraries installed on my Macbook via MacPorts and was wondering how to configure AppCode to recognize the headers. I tried right clicking on the project -> Add Frameworks and Libraries -> Other... -> browse to /opt/local/include…
thed0ctor
  • 1,350
  • 4
  • 17
  • 34
4
votes
2 answers

Reformatting to have method parameters in a new line

There are so many settings in the preferences for Code->Style->Objective-C. I'm looking for the right one to reformat this line of code SCPropertyDefinition *test = [SCPropertyDefinition definitionWithName:@"created_at" title:@"Tweeted At"…
brainray
  • 12,512
  • 11
  • 67
  • 116
4
votes
1 answer

AppCode workspaces and TFS command-line client tool

I can create a workspace with AppCode and successfully can check in and out of TFS. This is all good.But when i use the Cross-platform Command-Line Client for TFS and try to see these workspaces i created with AppCode, i am getting back "No local…
zero7
  • 1,298
  • 8
  • 14
4
votes
1 answer

search all files for a given word

I am using appcode to work on an xcode project. How do I search all source files in my project for a given keyword? The keyword need not be a method. Something like: grep keyword *.m *.h Thanks.
user674669
  • 10,681
  • 15
  • 72
  • 105
3
votes
1 answer

Current Location Simulation on AppCode

Please correct me if this question is duplicated. I just started using AppCode for iOS programming. I found it very useful but issues started happening. My application is location based app and I need to simulate the current location but with…
L N
  • 2,856
  • 4
  • 20
  • 30
3
votes
0 answers

How to add reference from storyboard to Kotlin file

I've created a sample Kotlin/Native iOS app using AppCode. It runs perfectly fine. The sample app contains one UILabel, one UITextField and a Button. When the user clicks the button, the textfield data will be shown in the label. Now, I've added a…
theapache64
  • 10,926
  • 9
  • 65
  • 108
3
votes
0 answers

Appcode - Pods header file does not belong to any project target

Right now for me, it's a bit a pain to navigate between files with Appcode. I don't know if something is wrong with my project configuration or if it's just appcode being buggy. I have a project "ProjectA" that is using a local pod, let's call this…
Xys
  • 8,486
  • 2
  • 38
  • 56