Mathias
- Total activity 179
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 56
-
Created 2019.3 Android project structure
AnsweredHi, I have an Android project since about 7 years with a structure I haven't changed in a long time. After updating to 2019.3 I got a prompt that I needed to reimport with grade. I did, and now m... -
Created Collation when creating schema?
AnsweredI just tried Datagrip for the first time, but ran into something right away. When creating a new schema, I only could fill in the name. How do I choose collation/charset? If not possible, what coll... -
Created Strange swift bridging header import error.
AnsweredI have a project written in Objective c, but has a library written in Swift, linked with Cocoapods. In Xcode it all works and i just submitted to App Store. I have a viewcontroller that uses classe... -
Created AppCode reports error as warning when building.
AnsweredHi, i have some problems getting build issues reported as errors and not warnings. Let me give you an example: I have a class method i added a parameter to. In another place i call it, but now it h... -
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...