Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
27 views

After migrating a Flutter iOS app to use UISceneDelegation (via FlutterSceneDelegate in Info.plist), FirebaseMessaging.onMessage in Dart never fires for foreground messages. Background banners appear ...
Kelvin Ekene's user avatar
0 votes
1 answer
40 views

I am getting following warning while woking with UIView ArVİew app; Could not locate file 'default-binaryarchive.metallib' in bundle. The thing is in an other UIView + ArVİew app we don't receive it. ...
Hope's user avatar
  • 2,462
0 votes
1 answer
58 views

hello, Flutter iOS: USSD code with * and # not launching in phone dialer (works on Android) flutter ios ussd url-launcher tel-uri PROBLEM My Flutter app executes USSD codes for mobile money recharges....
Abdoul Aziz TAO's user avatar
-2 votes
0 answers
45 views

I am facing an issue in my React Native application where the app crashes on iOS when changing the language and triggering a restart. 🔧 Environment: react-native: 0.73.2 react-native-restart: 0.0....
Shahad Ansar Gallery's user avatar
0 votes
1 answer
80 views

Problem After enabling Firebase App Check enforcement on Firestore, Storage, and RTDB, my Flutter iOS debug build fails to obtain an App Check token. All Firestore listeners fail with "Missing or ...
Bryan_S's user avatar
  • 26
1 vote
2 answers
80 views

I have this code actor MyActor { var checker: @MainActor () -> Void = {} init(checker: @escaping @MainActor () -> Void) { self.checker = checker } nonisolated func noniso() { ...
HL666's user avatar
  • 506
0 votes
1 answer
65 views

My iOS app uses a FlutterMethodChannel and I’m adopting the new UISceneDelegate strategy described here: https://docs.flutter.dev/release/breaking-changes/uiscenedelegate I’m trying to initialize it ...
Carl Smith's user avatar
  • 1,378
0 votes
0 answers
40 views

Our React app crashes on iOS due to memory pressure when loading workflows. The crash occurs either during the initial load or shortly after the workflow has finished loading. We have already made ...
kasperboling's user avatar
-3 votes
0 answers
44 views

I am encountering a linker error while trying to build my iOS project in Xcode. The build fails with the following two errors: Library not found for -lPods-SoulVerse Linker command failed with exit ...
ABHIRAM TATA's user avatar
-8 votes
0 answers
61 views

How can I debug my KMP app to my physical iPhone? I have no Mac.
Zafarbek Rustamov's user avatar
1 vote
1 answer
87 views

I would like add buttons that look like chips to the navigation bar using SwiftUI. Apple’s App Store Connect app has this: I tried to achieve this with the following code: struct ContentView: View { ...
José's user avatar
  • 3,215
0 votes
1 answer
93 views

I recently upgraded to Xcode 26.4. However, whenever I go to download the iOS, watchOS, tvOS, and visionOS platforms, it says "Status unavailable". I tried to uninstall Xcode. I tried to ...
Charlie Fish's user avatar
  • 21.1k
0 votes
0 answers
31 views

I've been building an app using expo and in one of the screens I need to use the landscape orientation. When returning to the previous page on iOS the layout shifts to the left of the screen until I ...
Lucas's user avatar
  • 1
Best practices
0 votes
3 replies
59 views

The background: As mentioned in previous posts, I'm rewriting an older Mac kaleidoscope generating app written in Objective C and OpenGL as a multi-platform  macOS/iOS/iPadOS app in SwiftUI and Metal....
Duncan C's user avatar
  • 132k
1 vote
0 answers
23 views

We use a single AVCaptureSession with AVCaptureVideoPreviewLayer and AVCaptureVideoDataOutput (preview-sized buffers, BGRA). When we increase videoZoomFactor, beyond a certain zoom level the image ...
海上琢也's user avatar

15 30 50 per page
1
2 3 4 5
45882