Yves Le Borgne
- Total activity 263
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 11
- Subscriptions 68
-
Created a 'non ARC' class in an ARC project
How do I (with AppCode) add a class specific compile flat (like -fno-objc-arc) ? I did it with exCode because i could not find it in the 3.0.4 AppCode UI.Also : the module compile fine with the fla... -
Created forcing a re-index
Recently (version 3.0.4), app 'cant resolve' references and trips all over the <includes> after a syntax error is introduced in a macros.h that is in the precompiled headers. The only way to get ri... -
Created Can I display the output of a previous compile
Use case : after installing 3.0.2 and exCode 5.1.1, i got a storm of new warnings !!! mostly legit, cruft left over from early development stages refactorings. So i am on a rampage to remove these ... -
Created AppCode 2.5.5 seen as 'latest available' _ is 3.0 in general availability ?
hmmm ... after a pause i am coming back to some fun & games in iOS. When checking for update, my current version 2.5.5 tells me i have the latest available. Your web site offers me to download 3.0 ... -
Created appCode 2.5.5 not starting : stuck on splash screen
title says it all. After stopping normally yesterday, when trying to restart appCode, i get the pretty splash screen forever, with AppCode burning 90% of one cpu core. Can anyone help me figure o... -
Created 'statement can be simplified' highlights in editor
I'm assuming your code is pissing away some of MY memory and cpu on these mindless reminders (usually dogma laden) .... Although it can be turned off, it is still imho a complete waste of resources... -
Created appCode vs xCode build outputs - chasing a (pseudo?) memory leak
Hello all, I have been chasing a memory issue that shows up when i compile with xCode5 and in the Allocations instrument. (see http://stackoverflow.com/questions/19234526/constant-app-memory-incre... -
Created new build errors since installing xCode 5
Hello, since i installed xCode5 i get new error messages as per screen shot. Strangely, they dont seem to affect anything ... ie programs builds, and runs in any environment, debug and release buil... -
Created issue resolving enums ? AppCode 2.1
I get this a warning when (i feel) the proper enum value is used and declared. (UITextAlignmentLeft , enum UITextAlignment)Does this rank as a bug or am i missing something fundamental in obj-c ?At... -
Created how to stop reformatting a .plist when selecting 'Reformat code' on a commit
When i commit, i normally reformat the code ... worked so far for me. However, when that happens, AppCode reformats one of my plists (in the resources folder) ... in a bad way.before : after : for ...