Mathias
- Total activity 179
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 56
-
Created Android questions/feature requests
AnsweredHello, i have two annoyances i haven't been able to find any solution for while developing our Android app. 1. When i start the emulator, i choose a device from the "select deployment target" . H... -
Created Cocoa Touch framework with Cocoapods in Workspace causes "Duplicate Interface Definition"
AnsweredI have a workspace set up with cocoapods. Within this workspace i have my app, and a bunch of extensions. I have just managed to move common code out into a framework, and managed to set everything... -
Created Intents declared in intentdefinition (for Siri Shortcuts) are not found by AppCode
AnsweredWhen you develop Siri Shortcut intents (and possibly other intents), you create an "intent extension" with an "intent definition" file. In there you define actions and commands, and from that file ... -
Created How do i disable an inspection for a class globally?
AnsweredI have lots of these inspections warnings for java.util.Date: Warning:(117, 14) java: setHours(int) in java.util.Date has been deprecated This is not news, but for various reasons i have to use t... -
Created Can't deploy app on my iPhone upgraded to 12.0.1
After updating my iPhone to the version of IOS released this week, I can't run app on the phone from AppCode: Couldn't find device support directory (/Users/...../Developer/Xcode/iOS DeviceSupport/... -
Edited Deploying/running app on device takes long time in latest version.
AnsweredJust started on an upgrade project for our app, haven't been into AppCode since July. Upgraded to latest version, 2018.2 I notice that it takes way longer to deploy for running than I'm used to. It... -
Edited Lombok plugin doesn't work in 2018.1
AnsweredI upgraded to 2018.1 from the version before that last night. Now, everything generated by lombok is not working. Intellij thinks there are no setters, getter etc. All is red. The project compiles ... -
Created "0 test classes found in package" after upgrading to 2017.3
AnsweredHello, Since i upgraded to 2017.3 i cannot run tests by clicking on a test folder and "run tests in..." I get the "0 test classes found" message, but if i click on any of the test classes directly,... -
Edited Adding Android aar dependency via gradle not working
AnsweredHi there. I have an Android project with a few dependencies, three of them *aar. Like this, for example: compile 'se.emilsjolander:stickylistheaders:2.7.0@aar' However, when i reimport them, the de... -
Created Major subversion problems with 2016,2/3.
AnsweredHi there, longtime intellij user (atleast 2005), been using subversion for about as many years. It has always worked fine in intellij, untiil the latest update. I have the following (and more) iss...