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

Displaying .h associated with .m automatically in AppCode

Is there a feature in JetBrains AppCode allowing to display automatically the .h associated with the opened .m file (and the other way around). The associated file would be displayed in a tab of a splitted window (Available through the AppCode menu…
smoldersan
  • 23
  • 2
2
votes
0 answers

Error when creating outlet in AppCode

This is the error I get when I try to create a new connection from a view to the component tree by clicking and dragging. I get this error even before I release my mouse button which seems very weird. java.lang.NullPointerException at…
Navio53
  • 591
  • 1
  • 6
  • 20
2
votes
0 answers

How to hide pods schema in AppCode

I think it so unusable to switch between different schemas in AppCode. Xcode for instance does not show generated schemas by cocoapods. Can I hide them?
Eugen Martynov
  • 19,888
  • 10
  • 61
  • 114
2
votes
4 answers

Why isn't AppCode 3.0 is not letting me select Base SDK = iOS 7.1 with the lastest Xcode 6.0 beta?

I've always been building and targetting my application for iOS 7.1. With a recent upgrade of AppCode to 3.0, When I installed the latest Xcode 6.0-beta, I noticed something strange happening in AppCode. All the simulator devices were set to use iOS…
fatuhoku
  • 4,815
  • 3
  • 30
  • 70
2
votes
1 answer

AppCode: Autolayout not working

I am trying to design UITableViewCell in AppCode, but It is not showing me the constraints However, in their blog video, it seems to work I saw that AutoLayout is set in Document, but still :( Anyone knows what I am missing?
daydreamer
  • 87,243
  • 191
  • 450
  • 722
2
votes
0 answers

Difference in compilation between Xcode and AppCode

I'm using Xcode 5.1.1 and AppCode 2.5.2 to develop an iOS 7 application. My project uses a static library which includes this line: NSData* data = [NSJSONSerialization dataWithJSONObject:dict options:nil error:&err]; When I use simulator, there's…
giampaolo
  • 6,906
  • 5
  • 45
  • 73
2
votes
2 answers

Hide full path to project in Project browser?

Trying out AppCode (2.5.4) at the moment I'm rather annoyed by having the full paths to projects always showing up in the 'Project' view. Browsing the prefs I cannot find a way to turn this off? I'd rather prefer the Xcode way of having just the…
Jay
  • 6,572
  • 3
  • 37
  • 65
2
votes
0 answers

AppCode (or IntelliJ), update from TFS does override

We are using TFS for all our coding projects. Recently, it was decided to also put the Objective-C Projects into TFS. Yes yes....no comments on that decision please! ;-) However, since there is no TFS integration in Xcode, and also not a good…
ASP
  • 773
  • 1
  • 8
  • 22
2
votes
1 answer

XCode can not open .xcworkspace but AppCode can [cause CocoaPods]

I used CocoaPods in my project, after creating the project it can be opened by both XCode and AppCode correctly, then I wrote the code in AppCode for a few days, today I want to use XCode to open the .xcworkspace file but fail,XCode just displayed …
Mil0R3
  • 3,876
  • 4
  • 33
  • 61
2
votes
1 answer

How to create new target in AppCode?

In XCode its very easy to create new target and add build script, but in AppCode I can not find these two options. So, is there any way to add new target and build script in AppCode?
AndrewShmig
  • 4,843
  • 6
  • 39
  • 68
2
votes
1 answer

AppCode not detecting unused imports in .h file

I developed my project in xcode and in order to detect the unused imports and statements in my project I opened my project on the "AppCode". The problem which I am facing is that AppCode is only detecting unused import files in .m files of my…
2
votes
1 answer

XCode fails to run AppCode project

I am writing this project using AppCode: https://github.com/AndrewShmig/ASASocialServices It works fine in AppCode, *.app file is created, simulator is working ok, but when I open and try to run current project in Xcode all I get is "Build…
AndrewShmig
  • 4,843
  • 6
  • 39
  • 68
2
votes
1 answer

How to open the same file twice

I wonder how to open the same source file twice, meaning in 2 editors side by side? When I have the first editor opened, pull the file on another editor window, I'll be sent to the 'old' window (I've just opened) and I can not open the same file…
brainray
  • 12,512
  • 11
  • 67
  • 116
2
votes
2 answers

If I have multiple classes in one file, is there a tool to make them into separate files?

Some colleagues, now departed, had the habit of adding new classes within a related class file. This makes refactoring painful. Is there a tool, perhaps within XCode or AppCode or just a simple script, that will split up these monster files?
alex bird
  • 134
  • 4
1
vote
1 answer

AppCode & iPad3 : How to avoid "Unknown device error"

How to build & run for iPad3 with AppCode (v1.5) Xcode works fine with iPad3. Appcode gives "Unknown device error". Appcode works fine with the same project for iPad1. Am i missing anything or is AppCode not yet able to do this ?
phlebotinum
  • 1,362
  • 1
  • 14
  • 17