Thomas Kalhøj Clemensen
Thomas Kalhøj Clemensen
I am using Nuget to add the library to a class library, which runs .NET 4.5. But Nuget installs a lot more than just the 4.5 versions (see the list...
My AppleID is under [Federated Authentication](https://support.apple.com/guide/apple-business-manager/intro-to-federated-authentication-axmb19317543/1/web/1) in my company's Business Manager. This means that I cannot login with a standard password and will have to authenticate via Azure AD (OAuth...
I am currently upgrading my project to Swift 6 and have solved a lot of the concurrency warnings with the `experimental_sendable_value_types = true` for values-types. I have a couple of...
The deployment target of my iOS project is iOS 15.3, but when I add the Rust library it complains that the object files are built for iOS 18.2. As far...
When I've had build errors showing up in the Problems panel they sometimes tend to stay even though I change branch or fix the problems. Is there any way to...