multiplatform Questions

10

Solved

Most of the posts I found related to this issue were created when Maui was still in beta. This issue affected the Android build only! The iOS build worked the first time. Following this Microsoft M...
Borzoi asked 1/12, 2022 at 18:22

3

I'm trying create a Docker manifest in order to create a multi-platform image my-repo/my-image:<some-tag> on Dockerhub. Building for both platforms at once does not work since the Dockerfile ...
Offoffbroadway asked 21/2, 2023 at 14:20

21

Solved

Is there a way to determine how many cores a machine has from C/C++ in a platform-independent way? If no such thing exists, what about determining it per-platform (Windows/*nix/Mac)?
Croydon asked 29/9, 2008 at 19:51

7

Solved

Current beta version of docker requires you to specify a --platform=linux/amd64 each time you need to build or run an amd64 image/container. The documentation mentions When running an image with m...
Gerik asked 7/1, 2021 at 12:29

7

Solved

I have a structure which I create a custom constructor to initialize the members to 0's. I've seen in older compilers that when in release mode, without doing a memset to 0, the values are not init...
Totalizator asked 26/11, 2008 at 16:38

3

Solved

I have a go web service that I've been building with docker build and running with docker run on my M1 Mac and on various Linux machines for a while. It's a simple binary installed on a distroless ...
Saltatorial asked 11/7, 2022 at 22:51

1

Solved

Flutter 3 was released recently with Desktop platform support for Windows, Linux and macOS. Can Flutter developers clarify if Flutter 3 also supports Webview on Windows, Linux and macOS? Flutter do...
Misfortune asked 14/5, 2022 at 15:38

2

Is there any tool to measure test coverage in the common portion of a Kotlin multiplatform project? I'm investigating migrating a Kotlin project to multiplatform. I'm a TDD developer and the ...
Both asked 18/1, 2020 at 16:12

3

Solved

I'm currently playing around with Kotlin multi platform feature and have a minor problem. When I start gradle multi-platform project in Intellij and use keywords 'actual' and 'expect', they are und...
Sardanapalus asked 18/2, 2018 at 13:12

6

Solved

I know that there are already several questions on StackOverflow about std::string versus std::wstring or similar but none of them proposed a full solution. In order to obtain a good answer I sho...
Signore asked 10/1, 2010 at 17:13

3

I noticed that commit messages that contain German Umlaute are not displayed correctly when I run git log in Git Bash on Windows. Those commits were made on Ubuntu using the Terminal. Normally, com...
Barbey asked 14/4, 2011 at 13:36

2

An error occurs when run iOSApp in KMM(Android studio), Could not able to configure schema. please see the attachment.
Garish asked 23/9, 2020 at 14:50

1

Solved

Is there a portable way to get the null device in R? At the moment I am doing this: dev.null <- ifelse(.Platform$OS.type == "windows", "NUL:", "/dev/null") And later I can for instance sink(...
Richart asked 13/2, 2018 at 10:3

1

First of all I read a few articles in this regards like https://learn.microsoft.com/en-us/nuget/create-packages/supporting-multiple-target-frameworks but they don't cover my scenario and whatever I...
Parasiticide asked 20/7, 2018 at 18:57

1

Solved

I am writing an app for both macOS and iOS. When I started my multiplatform project, I decided to see if the Firebase SDKs work with macOS, because I have seen this error before: tvOS and macOS SD...
Holdover asked 14/11, 2020 at 20:9

10

Solved

I am writing a batch script in order to beautify JavaScript code. It needs to work on both Windows and Linux. How can I beautify JavaScript code using the command line tools?

3

I have a curious question. I have an aar library, which contains and uses native .so library. Now, I want to write another lib, which depends on that library and also has native part depending on n...
Farce asked 23/7, 2015 at 19:33

1

I am trying to handle QTouchEvent from M3 touchscreen in Qt 5.9. I use Qt Finger Print example and it works fine on Windows 7 but on Ubuntu 16.04 I receive mouse events instead of touch events. Is ...
Shoreward asked 2/10, 2017 at 14:10

1

Solved

We have within a package.json build script a copy command (no we cant quickly change that). Is there any solution we can make this work multiplatform with the same syntax easily? I looked in seve...
Electrograph asked 20/1, 2020 at 11:42

3

When (and only when) I quit my application, these (and only these) repeated message appear on the command prompt: QObject::startTimer: QTimer can only be used with threads started with QThread QOb...
Lectern asked 26/11, 2012 at 10:4

1

Solved

I am trying to find a way to do certificate signature of an APK SF file, in a way that works multiplatform. Without success at the minute; exaplanation of what I am doing. Signing ( common for bot...
Amatory asked 1/2, 2019 at 12:2

0

We have a Kotlin multi-platform library project with a build script which builds for various platforms, i.e. common, JS & JVM, using the "old-style" sub-project structure and processes. Under t...
Blowbyblow asked 22/1, 2019 at 23:56

2

I'm creating a Kotlin Multiplatform library; actually I got 3 modules ( common, jvm and js ), In the classpath I got: classpath "org.jetbrains.kotlin:kotlin-serialization:${versions.kotlin}" And ...

2

CMake install takes destination dirs, often using GNUInstallDirs to load standard values for the destination names. For example: include(GNUInstallDirs) install(TARGETS Foo EXPORT Foo INCLUDES D...
Steroid asked 30/6, 2018 at 5:59

1

I am porting a maven JVM Kotlin project to a gradle multiplatform Kotlin project. After creating the default Kotlin multiplatform project from Intellij IDEA, I notice there is a resources directory...
Slob asked 9/4, 2018 at 21:22

© 2022 - 2025 — McMap. All rights reserved.