Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
7 views

Using SwiftUI previews on real device within SPM package code

I am trying to modularize my iOS project and extract a feature as a module using SPM. This module contains some SwiftUI code that I want to test with Xcode Previews on a real device. The preview works ...
Alex Fox's user avatar
0 votes
0 answers
10 views

Unity - How detect dynamic island in Apple phones?

How detect dynamic island in Apple phones? Or do automatic offset, setup in Unity or Xcode? I found a similar problem here but it's probably directly for coding in Xcode. In Xcode, I can only manage ...
Lukáš Hotárek's user avatar
0 votes
0 answers
23 views

This App Needs To Be Updated By The Developer To Work On This Version Of iOS

I am trying to run the MAUI application in Visual Studio MAC on iPhone Pro Max (17.5) Simulator. I am getting the below error while running the application on the simulator. The aplication is getting ...
Smit Rathod's user avatar
0 votes
0 answers
6 views

Is removing 'Info.plist' file the right solution to 'Multiple commands produce '/Info.plist' duplicate output file'?

I duplicated one of my xcode projects where I was using CoreData to explore it's functionality with other database options, I changed the name on the duplicate and left the original file as it was. ...
JulioTrujilloH's user avatar
-1 votes
0 answers
12 views

How to fix the iOS app build error on Xcode v15?

I am using Mac M2, Xcode v15, and trying to run an iOS project but am getting the error as in the picture. Can someone help me fix it?. Thanks! enter image description here I searched and tried to run ...
Hieutm1908's user avatar
0 votes
1 answer
25 views

Simulators gone after XCode update

I am running Version 15.4 (15F31d). Yesterday I installed an update, opened XCode again and there was a message like "Simulator needs update". I clicked OK, nothing happened. Now, all my ...
four-eyes's user avatar
  • 12k
0 votes
0 answers
13 views

how to round corners of path line SwiftUI [duplicate]

when using the CGRect path how can I round the corners, is it possible to round out the bend so the change of the angel is not sharp? struct Line: Shape { var angleHeight: CGFloat = 10 var ...
ProtonFission's user avatar
-5 votes
2 answers
36 views

How to create a singleton class for amplitude?

I have the following amplitude code that initializes amplitude import AmplitudeSwift let amplitude = Amplitude( configuration: Configuration( apiKey: "YOUR-API-KEY" ) ) ...
Rue Vitale's user avatar
  • 1,767
-1 votes
0 answers
10 views

“'FIRMessaging' has different definitions in different modules; first difference is defined here found property”

I am currently upgrading an iOS project to version 7.1.0 by creating a new Cordova project. After integrating the 'NativeLogs' plugin, the build process in Xcode fails with multiple errors, one of ...
Gal Asraf's user avatar
-2 votes
0 answers
28 views

How to resolve "ITMS-90129: The bundle uses a bundle name or display name that is already taken" for new builds of the same app

This error is reaction on new build created and uploaded to AppStore with new project but same bundleId/displayName/signingInfo. Here is the scenario with symbolic values to explain it better: Build #...
PerfectGamesOnline.com's user avatar
-1 votes
0 answers
21 views

ProcessException: No such file or directory // Command PhaseScriptExecution failed with a nonzero exit code

Unhandled exception: ProcessException: No such file or directory Command: /Users/husseinalatrach/flutter/bin/flutter assemble --no-version-check --output=/Users/husseinalatrach/Library/Developer/...
MiracleXcode's user avatar
0 votes
0 answers
16 views

How to Resolve the Issue of the ‘Distribute App’ Button Being Disabled for App Store Distribution

I’m having trouble with distributing my app to the App Store. I’ve successfully created an archive, but the “Distribute App” button is disabled and I can’t click it. What steps should I take to ...
서가은's user avatar
0 votes
0 answers
12 views

React Native iOS Integration: 'DevSettings' Module Not Found and White Screen Issue

I want to integrate React Native into my existing iOS application. In this process, I am getting an error on the iOS side. When I click on the button I added to the screen, a "white" screen ...
özcan sarı's user avatar
0 votes
0 answers
26 views

'react/debug/react_native_assert.h' file not found xcode issue occured when i configured firebase in my project

'react/debug/react_native_assert.h' file not found xcode how to solved this issue ? issue occurred when i integrated firebase ios app in my project and did pod install --repo-update pod is installed ...
Furqan Hameed's user avatar
0 votes
0 answers
16 views

How is the zIndex order of iOS Mapkit overlays determined?

I'm struggling to understand the behavior of MKMapView and it's underlying components. How does MKMapView determine the order of rendering of MKOverlays? In other words, how can I manipulate this ...
Vadiem Janssens's user avatar

15 30 50 per page
1
2 3 4 5
5684