... dependencies: flutter: sdk: flutter cupertino_icons: ^1.0.2 http: ^0.13.6 local_auth: ^2.1.6 rxdart: ^0.27.7 bloc: ^8.1.2 goog ...
... dependencies: flutter: sdk: flutter cupertino_icons: ^1.0.2 http: ^0.13.6 local_auth: ^2.1.6 rxdart: ^0.27.7 bloc: ^8.1.2 goog ...
I am trying to install Firebase into my xCode project. I clicked file > add packages and only 12 "Apple Swift Packages" show up, and if I search fo ...
I'm creating a human skeleton 3D animation using SceneKit. Here is the diagram explaining my node relationship: I set the Spine node as the root no ...
I'm making an iPhone app and want to use an OpenTelemetry Collector on my server to collect Metrics, Traces and Logs. I've implemented Metrics and Tra ...
The Problem I have a set of SKSpriteNodes within a GameScene that are positioned in an orderly manner i.e. their positions are constantly spaced e.g. ...
I have a full SwiftUI project/app (In the AppStore) that I would like to add some CarPlay functionality. I have the entitlement correctly setup and am ...
The API_URL is https. It works on Android. On iPhone the request doesn't even make it to the server. Why isn't it working on iPhone? Here is my requ ...
I'm working on an audio recording app which uses an external USB Audio interface (e.g, Focusrite Scarlett Solo) connected to an iPhone. When I run AV ...
I could not find much detail about how to add a customView as decoration for UICalenderView. There are many blogs telling how to add images but could ...
I want to perform something using the AVCaptureVideoDataOutputSampleBufferDelegate protocol. But since it captures every frame at (I think) 30 frames ...
I have a view that uses a button to toggle between a Picker and an Image that is a result of the Picker selection. When quickly toggling from the imag ...
I'm trying to work out the lifecycle of an application, but I can't imagine what some of the states look like. The program goes into a suspended stat ...
After upgrading Flutter to version 3.7.0, this following warning persists from Flutter doctor. I have tried everything but the problem still remains. ...
I have a build branch on AppCenter iOS, my certifacte expires and when I'm trying to upoload the new one, an error message appears: "Oh no, we couldn ...
In this SwiftUI project, I had a profile tab that displayed the username of the user. When I tapped on this tab again (whilst already in the profile v ...
My Setup I am trying to deploy an iOS app from Azure DevOps to Visual Studio App Center. Our CI pipeline builds our app with an Ad Hoc provisioning p ...
My Problem : i recently (automatically) upgrade xcode to v14. I have for a client a react-native app which is on 0.63.3 The problem is that when i b ...
I want to create an (template) expo go app in VS Code with npm start. The (iOS) simulator opens, but the Expo Go app does not. When clicked it opens a ...
I've just been handed over an app with pretty vague instructions of how to update an internal sqlite DB. In the past, I've done this with Cordova by ...
Thanks for taking your time to help others :) Bug description: I can apply a color to the ScrollView background, and adjusts perfectly. But if I tr ...