Skip to main content
0 votes
0 answers
8 views

How change the background color of the app in MAUI for iOS18

I have my .NET8 MAUI application with my logo. With the release of iOS 18, most of the icons can change the background colour based on the dark mode of the iPhone. I was wondering if with MAUI it is ...
Enrico's user avatar
  • 5,594
0 votes
0 answers
6 views

Error (Xcode): 'SpeechToTextPlugin' has different definitions in different modules;

I upgraded my Mac to Sequoia and XCode 16 yesterday and ever since cannot build my Flutter app anymore. I got a bunch of error messages which led me to upgrade all my packages, re-install cocoa pods ...
biodegradablePotatoChip's user avatar
0 votes
0 answers
12 views

package for swift, cannot find x in scope

I followed a few guides online showing how to create a package for swift, I created a repo at our gitlab and added the tags so I could import it properly into other projects, all that seemed to work ...
Neglected Sanity's user avatar
0 votes
0 answers
5 views

iOS SwiftUI - frame size ignored when trying to resize GIF image

import SwiftUI import PhotosUI import AVKit import Swime import WebKit struct GifImage: UIViewRepresentable { enum URLType { case local(String) case remote(URL?) var url: ...
TheGreatCornholio's user avatar
0 votes
0 answers
7 views

iOS : Per App Content Filter deployment through Intune

I am testing Per App Content Filter(iOS 16 onwards) feature for iOS. Per App Content Filter entitlements can run on a managed device only. Hence these entitlements must be pushed through MDM. Apple ...
Desert Rose's user avatar
  • 3,404
0 votes
0 answers
16 views

Embed custom SwiftUI views inside SwiftUI Text

I know in SwiftUI you can concatenate Text with other Text and also with Image but can this be done using custom views? For example I want to have buttons from time to time inside big paragraphs.
Boyan Pavlov's user avatar
0 votes
0 answers
6 views

Is there any way to Trigger a Screenshot (not Save Screen) on iOS simulator using Appium?

To be clear, I am not trying to Save Screen Cmd+S little Camera icon in the simulator window's title bar Simulator menu bar -> File -> Save Screen I am trying to simulate a screenshot ...
jwallis's user avatar
  • 85
0 votes
0 answers
9 views

converting .usdz to .obj results in flat rectangle - iOS Model I/O sdk

I'm using the Apple RoomPlan sdk to generate a .usdz file, which works fine, and gives me a 3D scan of my room. But when I try to use MDLAsset to convert that output into an .obj file, it comes out as ...
fordat's user avatar
  • 550
0 votes
0 answers
8 views

Ionic React app stuck on splash screen in production on ios until killed and restarted

Our app just went in production in the app store. We run ionic 8 with react and had no problems running the build locally. When running it from the app store, it gets stuck on the splash screen until ...
mirostorm's user avatar
0 votes
1 answer
27 views

SwiftData @Model object warning: Cannot expand accessors on variable declared with 'let'; this is an error in the Swift 6 language mode

Updated Xcode this morning and my SwiftData models are riddled with warnings about how this will be an error in Swift 6. Cannot expand accessors on variable declared with 'let'; this is an error in ...
Kenny Wyland's user avatar
  • 21.4k
1 vote
0 answers
19 views

unsupported option '-G' for target 'arm64-apple-ios11.0-simulator'

This is my PodFile platform :ios, min_ios_version_supported use_modular_headers! prepare_react_native_project! flipper_config = ENV['NO_FLIPPER'] == "1" ? FlipperConfiguration.disabled : ...
JasonBeedle's user avatar
0 votes
0 answers
7 views

Animating the frame of a custom video player in SwiftUI

I've built a custom video player using AVPlayer and AVPlayerLayer to play videos without showing the controls. The video plays fine, but I want to animate the player's frame size. This works smoothly ...
Berry Blue's user avatar
  • 16.2k
0 votes
1 answer
16 views

Unable to find app name. Unable to find executable to run

I am trying to run my Flutter app on MacBook Air with M2 chip for macOS and I'm getting this error during the build. Unable to find app name. .../macos/Flutter/ephemeral/.app_filename does not exist ...
Syed Arsalan Kazmi's user avatar
0 votes
1 answer
24 views

Firebase push notifications not functioning well

My app has a chatroom where users can receive notifications for each message it was working fine and I didn’t change anything but now users only receive general notifications i sent through firebase ...
dan's user avatar
  • 1
0 votes
1 answer
20 views

Expo React Native cannot send a request

I am working on a React Native app with the Expo framework. I was able to create a development client and installed it on my iOS device. The app seems to work, at least I can open the app and visit ...
ogirginc's user avatar
  • 5,180

15 30 50 per page
1
2 3 4 5
14