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

After xcode 5.1 update builds work on simulator but not on real hardware

I use both Xcode and AppCode in my development. I'm running the latest version of each and since I updated to Xcode 5.1 my builds work on the simulators (6.1 and 7.1), but fail weirdly on my iPad 3 when run via Xcode 5.1. AppCode refuses to run the…
John Holcroft
  • 473
  • 4
  • 12
1
vote
1 answer

Getting "unable to attach test reporter" when trying to run tests

When I'm trying to run tests in appcode it looks like it's running the tests, but instead of showing me the results it says "Unable to attach test reporter to test framework or test framework quit unexpectedly". I'm using AppCode 2.5.1. Any ideas…
davidbrai
  • 1,229
  • 1
  • 9
  • 14
1
vote
1 answer

How can I get rid of all the information lines?

The subject says it all. That is way too much information, and the important stuff is somewhere in the bottom. What might I have changed that all these details appear? Thanks in advance.
brainray
  • 12,512
  • 11
  • 67
  • 116
1
vote
1 answer

bogus (or not?) warning for UTextAlignmentLeft with AppCode 2.1

Since 2.1 , i get this warning when refering to this ctor method : my tired eyes tell me i should not be getting this warning but ... alas still quite new at objc. Am I missing something fundamental here ?
YvesLeBorg
  • 9,070
  • 8
  • 35
  • 48
1
vote
1 answer

How to exclude a class from 'exception throw' processing

I am working with cocos2d, in particular the cocos Dhension audio engine. It turns out that it is quite noisy (throwing exceptions), and i would like to exclude it when turning on 'exceptions throws'. Is there a way to exclude a specific class ?
YvesLeBorg
  • 9,070
  • 8
  • 35
  • 48
1
vote
1 answer

Appcode breakpoint by hit count (pass count)

Is there a way to enter a pass count to a breakpoint the way it is possible in IntelliJ or Xcode? E.g. the breakpoint is ignored 9 times when running through a loop, but the tenth times it stops the debugger. Thanks in advance.
brainray
  • 12,512
  • 11
  • 67
  • 116
1
vote
1 answer

How to turn off compiler optimisations in AppCode

I am porting an iOS project to Android. I need to step through the methods in the Objective C classes to understand how they work and also to help with writing unit tests which will validate my ports. AppCode is my chosen weapon. The problem is…
Simon
  • 14,407
  • 8
  • 46
  • 61
1
vote
2 answers

How to make appcode automatically assign my expression to a variable?

I can't figure out the shortcut combination to use in this scenario. I am using AppCode with IdeaVim plugin. How do I make appcode automatically assign my expression to a variable? For example, I have written: [self getString] which returns an…
user674669
  • 10,681
  • 15
  • 72
  • 105
1
vote
1 answer

AppCode and Mercurial integration issue

When trying to access Mercurial commands in AppCode, I get the following error message: abort: repository /src/project/subfolder1 not found! This is indeed correct, the repository is /src/project, not /src/project/subfolder1. However, the project…
Paul Kapustin
  • 3,297
  • 5
  • 35
  • 45
1
vote
2 answers

XCode Static Analysis and AppCode Project Inspection

Should the static analyzer provided by Xcode 4.3 catch or flag ivars that are not de-allocated? I'm relatively new to iOS development and I'm looking for some enligthenment: My team builds our project with static analysis enabled for debug builds in…
Seamus
  • 3,191
  • 3
  • 22
  • 20
1
vote
1 answer

Is it possible to automatically declare a method into header file(.h) in appCode?

I have using appCode. I want to automatically be declared a method into heder file by appCode's some feature, when I write a method in @implementation file. ex) I write a method in @implementation file. @implementation myClass -…
S.J. Lim
  • 3,095
  • 3
  • 37
  • 55
0
votes
1 answer

Swift Mac - File doesn't exist loading image from same folder as main source file

I've been struggling with this for a bit, I can't seem to load an image(I've tried absolute/relative paths and different folders). The app is to set the wallpaper using an image. Also for some reason the image file doesn't show up in Appcode but it…
magnusn
  • 1
  • 1
0
votes
0 answers

How to run a Swift scratch file in AppCode?

I'm trying to run a Swift scratch file in AppCode, and I don't understand how to do that. There's no green play button anywhere: In IntelliJ, for example, when I create a Scala scratch file, there's a play button:
pavel_orekhov
  • 1,657
  • 2
  • 15
  • 37
0
votes
0 answers

AppCode falsely reporting errors in C++ editor

I'm trying out AppCode and CLion for developing an C++ app on macOS. CLion seems to work well, but it's not obvious how to build a Cocoa/AppKit app, or an iOS app. I downloaded a trial of AppCode, thinking it would have the same C++ engine, but it…
Rob N
  • 15,024
  • 17
  • 92
  • 165
0
votes
2 answers

AppCode: Alamofire with Swift Async/Await: "request.serializingString().response" not available

I'm writing this because it caused me a few hours of work today. I figured it out so now maybe somebody else won't waste any time. I'm an iOS developer and I use AppCode instead of Xcode. I'm in the process of trying to update our app using Swift's…
James Futures
  • 185
  • 2
  • 12