Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
23 views

Problem After a successful request, when the modal is closed with setVisible(false), a black screen appears just like that. To explain it more clearly: I open the modal with this button and after ...
Schiswot's user avatar
1 vote
0 answers
98 views

I’m having trouble launching my Flutter app on an iOS simulator. Here’s the error I get in my terminal: bachirtraore@Mac billetfacile_controller % open -a Simulator bachirtraore@Mac ...
Bachir's user avatar
  • 1
1 vote
1 answer
244 views

I’m taking screenshots of my app using the iOS Simulator to prepare for App Store submission. However, the Dynamic Island area is always included in the screenshots. I’d like to capture clean app ...
Nirmal Panchal's user avatar
2 votes
1 answer
191 views

I get this error everytime on IOS with simulator: The operation couldn’t be completed. The attestation provider DeviceCheckProvider is not supported on current platform and OS version. Flutter is ...
Mike6679's user avatar
  • 6,146
0 votes
0 answers
45 views

I'm working on a ReactNative project. A few months ago, I used iOS 16 simulator to test it. Worked fine. Eventually for some reasons, I switched to iOS 18 simulator, which also worked fine. To save ...
anta40's user avatar
  • 6,813
3 votes
1 answer
191 views

I am trying to test a feature that requires me to simulate my location which is not possible on a real device as far as I know. This is why I now need to build my app, that has been working for many ...
JanTG's user avatar
  • 33
0 votes
0 answers
38 views

In my flutter app I have a problem with dividers, even with a simple form like this, the divider becomes a triangle that starts from the top left vertex, this only occurs on the iPhone 16 simulator, ...
Fotocolor Developer's user avatar
1 vote
0 answers
97 views

I’m working on a personal project but for some reason the IOS simulator can’t see my index.tsx file so I can’t see the screen I want and it just shows me the default expo “welcome” screen. When I’m ...
Samuel Paniagua's user avatar
0 votes
0 answers
38 views

I'm encountering a "Network request failed" error (Code -1003) specifically when my React Native (Expo Go) iOS simulator tries to connect to my local Dockerized PHP API server at https://loc-...
TheGremlyn's user avatar
2 votes
0 answers
246 views

I'm running into a build error in a React Native iOS project related to FuseboxTracer.cpp. The app compiles successfully on a colleague's machine but fails on mine. We're both using React Native 0.79....
Delton Hughes's user avatar
-1 votes
1 answer
418 views

I am trying to implement Google OAuth in my iOS application. However, URLs like https://accounts.google.com/ServiceLogin?service=mail&passive=true&continue=https://mail.google.com/mail/?view&...
Foobar's user avatar
  • 8,659
0 votes
0 answers
12 views

I have a existing project in which i have added Apptics SDK. But when i try to run on simulator, it give the following error. Could not find module 'Apptics_Swift' for target 'arm64-apple-ios-...
Abhinav Dobhal's user avatar
1 vote
0 answers
471 views

I am using expo for a react native app. I am using a development build on an iOS simulator so that I am able to use Auth0 as my authentication package. I am using their build in sdk function ...
Micah Blackburn's user avatar
6 votes
1 answer
924 views

I'm using Flutter to build a mobile app and I'm encountering a serious issue on iOS 18 simulators when trying to pick an image from the gallery. After the app launches and I open the image picker (...
Aaydin's user avatar
  • 597
0 votes
1 answer
87 views

I'm facing an issue when trying to run my Flutter app on iOS using Xcode or flutter run. The build fails with the following error: Uncategorized (Xcode): Unable to find a destination matching the ...
Amira Gharbi's user avatar
3 votes
2 answers
2k views

I'm trying to run a React Native app using Expo in the iOS simulator (iPhone 16 Pro Max running iOS 18.4). I start the local dev server using: npm start -- --reset-cache Then I press i to open the app ...
szyrd's user avatar
  • 33
1 vote
1 answer
116 views

I'm trying to run unit XCTest on the simulator and I'm getting a signature error. At the same time, the tests on your iPhone device are running correctly. I use the Personal Team for the signature. In ...
monteg's user avatar
  • 23
0 votes
1 answer
229 views

I have just got my first MacBook and am trying to run a Flutter project using VSCode. The project runs fine on an Android Emulator but doesn't on iOS Simulator. Here's the log: Launching lib/main.dart ...
sm-sayedi's user avatar
  • 1,120
1 vote
1 answer
826 views

I'm currently working on a React Native project, and I'm trying to debug my app using the React Native Developer Menu. However, when I open the Dev Menu (by pressing Cmd + control + Z on iOS Simulator)...
Lê Hoàng Chinh's user avatar
0 votes
1 answer
127 views

I'm running a Swift project with snapshot tests on Xcode 16, which are passing locally, but they fail the cloud tests because the cloud server has an AM/PM time format. I want to change the Xcode ...
TheKingArthas's user avatar
0 votes
0 answers
60 views

I'm working on a coursework project where I plan to build a messenger app using SwiftUI. To test real-time messaging, I need to run two instances of the app in Xcode simulators and exchange messages ...
Kris's user avatar
  • 21
0 votes
0 answers
26 views

Currently, on android emulators, it is possible to adjust the current date, for example, set the date to a week in the future. This is useful for debugging & testing during application development....
Coder's user avatar
  • 543
1 vote
0 answers
325 views

The subject line says it all. When I run the code from Xcode, record is saved but with no values when I again run the app from Xcode to check if records are saved correctly. However, when I run the ...
Nitish's user avatar
  • 14.1k
-1 votes
1 answer
297 views

I run into some Xcode 16.2 novelty I dunno how to work around: simulator screen is blank. Where's the image? (It's not on the physical iPhone either) I/O -> External Displays is set to "...
Anton Tropashko's user avatar
0 votes
0 answers
25 views

How do I vertically align several SKSpriteNodes and keep them aligned when they move? EDITED 1/4/2025 After initial startup of game: After start of motion: Note that after moving, the locomotive is ...
John Love's user avatar

1
2 3 4 5
122