David Nedrow

- Total activity 45
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 18
-
Edited Baffled in re how Swift packages defined in Xcode are handled in AppCode
I guess I'm looking for a "yes or no" on these questions. If Xcode is used to add Swift package dependencies to a target, should I be able to build that target in AppCode? I ask because I receive t... -
Created XCTest targets not showing in AppCode 2019.2
AnsweredI think this has actually been a long time issue, but XCTest targets are not listed in the run configurations. I had hoped this would be corrected with the new coverage enhancements in AppCode 2019... -
Edited Why isn't a private var in Swift struct available in #if'd init for that struct?
AnsweredWhile doing some research on ncurses and how to use it in Swift, I took a look at IOGUI[1]. It wouldn't compile properly, so I began clearing warnings and errors. That's when I came across what... -
Edited Why does "Android Studio.app" get mounted on MacOS?
AnsweredI know this isn't the spot for this question, but I couldn't locate anything like an Android Studio forum on Google's Android development pages. If someone has a link, please post. I've noticed tha... -
Edited After upgrade to AppCode 2018.1, I'm asked to restart to activate plugin changes after each launch
AnsweredFor some reason, AppCode 2018.1 has decided that there is a plugin that has changed for which I must restart the app. However, no plugins have changed. It appears as though some "dirty" flag is stu... -
Created StatusBarWidget getMaxPossibleText deprecated
I'm working on an upgrade to an existing IDEA plugin, but see the following warning when compiling: `Warning:(71, 19) java: getMaxPossibleText() in com.intellij.openapi.wm.StatusBarWidget.TextPrese... -
Created Can't see run test icons in gutter
CompletedI have upgrade to the 2017.3 EAP and was looking forward to the XCTest gutter icon enhancements. However, I'm not seeing them when I have a test class open in the editor. I check the preferences an... -
Created Consider moving configurations to before list of devices
Hi, this is related to the Configurations dropdown in AppCode. I'd like to see the list of defined configurations come before the list of devices. I change my configuration run/test far more frequ...