Skip to main content
0 votes
0 answers
6 views

Flutter failed to build ios app, unsupported option -G for target

I just updated my macOS to sequoia 15 and subsequently updated Xcode to 16.0. My flutter application was working just before my update but now running on my ios simulator, i get the following error: ...
Spencer's user avatar
0 votes
0 answers
58 views

Xcode & Flutter IPHONEOS_DEPLOYMENT_TARGET and using the first of multiple matching destinations

I just updated my macos to Sequoia 15 and subsequently had to update Xcode to 16.0. For my build settings, I've set my IOS target to 15.0 and my Xcode project target to 12.0. My initial error was the ...
Spencer's user avatar
0 votes
0 answers
30 views

The Photos app on the iOS 18 simulator does not support the JPEG-XL format, unlike the real device running iOS 18

On Xcode 16 simulator running iOS 18, when dragging and dropping an image with a .jxl extension (JPEG-XL format) into the Photos app, the Messages app opens! Another way to do this using the terminal ...
Hassan Taleb's user avatar
  • 2,506
0 votes
0 answers
37 views

Do i need ios 17.0 if i have 17.5 simulator runtime?

Hey everyone! I’ve got a bit of a situation. Due to a slow internet connection, I asked a friend to download the "iOS 17.5 Release Candidate Simulator Runtime" from the Apple Developer ...
Anas Te's user avatar
  • 13
-3 votes
0 answers
83 views

MAUI IOS App crashes on launch during Apple App Review (iOS 18.0 - iPad Air 5th Generation) [closed]

This may not be an issue but rather a request for help with troubleshooting. Our app, version 1.3.0 (Bundle ID: com.kremed.swap), crashes on launch during Apple's App Review process on an iPad Air (...
Moatasem La Kremed's user avatar
1 vote
0 answers
49 views

iOS 18 SwiftUI ScrollView(.horizontal) how to disable vertical scroll, drag, and refresh

I have a ScrollView that looks like this ScrollView(.horizontal, showsIndicators: false) { HStack(spacing: 0) { ForEach(someCollection) { collection in CollectionButton(...
smekers's user avatar
  • 33
1 vote
0 answers
134 views

BoringSSL-GRPC from Pods, React Native iOS simulation

I'm trying to run react-native iOS simulation. I already set up Ruby and Node dependencies, Xcode, and pod install. But I still failed to run the simulation with this error message: CompileC /Users/...
Linhden's user avatar
  • 29
0 votes
1 answer
38 views

How to troubleshoot a build failure for a react-native project in x-code?

My friend and I are mocking up an app with react native, so I cloned his repository, installed node.js and npm. I installed cocoapods and I installed pods in the ios directory. Everything that I ...
adocys's user avatar
  • 1
0 votes
0 answers
23 views

Calendar Settings in iPhone simulator

I’m working on an iOS app which accesses the calendar. It woks well enough but I want to change the calendar settings in the iPhone simulator. However the settings app on the simulator doesn’t include ...
Manngo's user avatar
  • 15.7k
1 vote
0 answers
41k views

error: attach by pid 'xxxxx' failed -- attach failed (Not allowed to attach to process

I am facing problem with building app for simulator. After build complete this error appears: and here are logs from console.app: error suggest that there is some issue with memory space? But disc ...
Gorthez's user avatar
  • 421
2 votes
0 answers
91 views

Oops; flutter has exited unexpectedly: "_flutter.listViews: (-32000) Service connection disposed"

I'm new with Flutter. I can launch my application on Chrome, but I can't launch it on the iOS simulator. Oops; flutter has exited unexpectedly: "_flutter.listViews: (-32000) Service connection ...
Anroche's user avatar
  • 769
1 vote
0 answers
25 views

How to fix "failed to install or launch the test runner" without using Rosetta?

My project is a native iOS application. I'm using CircleCI for CI/CD and I get an error when running unit tests using a simulator unless I'm using Rosetta. The CircleCI uses Apple Silicon to run my ...
ThE uSeFuL's user avatar
  • 1,524
0 votes
0 answers
28 views

Error (Xcode): Unexpected duplicate tasks. Flutter iOS App launch failed

When I am trying to run my flutter project in iOS simulator. I'm getting this error: Error (Xcode): Unexpected duplicate tasks.Could not build the application for the simulator. Error launching ...
Hitesh Kumar Yadav's user avatar
0 votes
0 answers
17 views

CreateML is not available when building for iOS Simulator

I am receiving the error CreateML is not available when building for iOS Simulator. Consider using `#if canImport(CreateML)` to conditionally import this framework. which is preventing me from using ...
JonGrimes20's user avatar
0 votes
0 answers
33 views

React Native Expo Error: _configPlugins.Updates.getRuntimeVersion is not a function

I'm developing a React Native app using Expo, and I recently encountered a runtime error that seems to be related to the Expo environment, as I haven't made any changes to my code recently. The error ...
Amit's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
406