This tag should only be used for questions specific to the usage and features of Xcode 14. Do not use this tag just because you are using Xcode to develop your app. General Xcode questions should use the non-version specific [xcode] tag. Use tags appropriate for the OS such as [ios] or [macos].
Questions tagged [xcode14]
351 questions
-1
votes
2 answers
WatchConnectivity on Xcode 14
I made a "todo" app, using core data, and want to extend it to apple watch. The main problem is that when I run the simulator, the watch seems to be not connected with iPhone.
I tried to import WatchConnectivity, use WCSession, delegate, and they…

서종현학부생
- 1
- 1
-1
votes
1 answer
Unable to boot iOS Simulator 14 (all variants)
When attempting to use preview or to run my app on the iOS Simulator iPhone 14 (all variants) the simulator never boots and just stays in a booting/loading state while the preview for the same app never displays and just continues to show the…

duncwa
- 149
- 1
- 7
-1
votes
1 answer
Failed to create provisioning profile ( xcode 14.1 )
I want to publish my flutter app to AppStore and I am faced with these two errors
Failed to create provisioning profile. There are no devices registered in your account on the developer website. Select a device run destination to have Xcode…

Faiz Ahmad Dae
- 5,653
- 2
- 14
- 19
-1
votes
1 answer
Does App store accept Xcode 14 iOS app submissions with bitcode enabled?
Does Apple accept Xcode14 builds with bitcode enabled?
Has anyone submitted it and gotten approval after the deprecation of bitcode in Xcode14?
I saw that it is mentioned that it's not accepted need to know if they are giving a buffer to us because…

Keer
- 75
- 7
-1
votes
1 answer
Unable to Build mac project in XCode14.0/14.1 with macOS ventura
I have recently updated to macOS 13.0 and for that minimum XCode Version required is 14.x series. But my existing project never getting successfully building. Its getting stuck at some point.
Its not getting failed. Build process screenshot is…

Shivam Tripathi
- 1,405
- 3
- 19
- 37
-1
votes
1 answer
Xcode: SPM Package shows as No such module 'AsyncAlgorithms'
I'm trying to add the swift-async-algorithms package to my project using SPM. I add it the package:
I'm tried to import the package to my project:
Any of you knows how can I can fix this error?
I tried almost all the posible solitons in here but…

user2924482
- 8,380
- 23
- 89
- 173
-1
votes
1 answer
My project has 2 navigation bar styes; default swiftui navbar and a custom one.Is there a way to hide the swiftUI navigation bar at a certain point?
I am doing a project where I am implementing the SwiftUI default navbar [navigation view and navigation link] and then I created my own custome navbar for the rest of the screens.
So, I am using the SwiftUI navbar for the login process in my…

Deem
- 1
-1
votes
2 answers
In Xcode 14 & iOS 16 - purple warning when downloading an image from URL with NSData dataWithContentsOfURL
In Xcode 14 & iOS 16 - purple warning when downloading an image from URL with NSData dataWithContentsOfURL
Synchronous URL loading of should not occur on this application's main thread as it may lead to UI unresponsiveness. Please switch to an…

PrasathBabu
- 4,716
- 4
- 19
- 35
-1
votes
1 answer
Xcode 14.0 Command PhaseScriptExecution failed
After updating Xcode to 14.0 (and accompanying Xcode Command Line Tools), and building my application as I normally would, I'm running into the error you see above. This is a pretty well documented error, but I've tried every solution I've been able…

Atticus
- 418
- 2
- 6
- 20
-1
votes
2 answers
'pod init' generates “Unknown object version” error after updating Xcode 14
After updating Xcode 14 and while running pod init I am getting the following error:
(base) shahrukh@percrymbp TestApp_uikit % pod init
Traceback (most recent call last):
9: from…

Shahrukh
- 29
- 3
-1
votes
1 answer
The ipa built with Xcode14 ( beta 5 or RC ) is not uploading to Testflight
The ipa built with Xcode14 ( beta5 or RC ) is not uploading to Testflight today. It worked with Xcode14beta5 last week. I am using Jenkins to upload. Is anyone else experiencing the same ? How do you resolve it ?

Summerfun
- 787
- 5
- 6
-1
votes
1 answer
Why is the navigation bar so tall
Im running Xcode 14 beta 6 and this page is a link from my home page and the nav bar is stacking like there is two.
If you don't understand here's some images
and here's my code:
import SwiftUI
struct ProductsLink: View {
…

Ash
- 81
- 9
-2
votes
1 answer
Xcode14.3 - Unable to install - A valid provisioning profile for this executable was not found
A physical device (iPhone 12 pro) is connected to Xcode.
Set up provisioning profile, team and certificate like intended.
And if I run the app from Xcode the app launches on the phone without any problems.
Then stop the running debug session on the…

basvk
- 4,437
- 3
- 29
- 49
-2
votes
1 answer
()->() cannot conform to shape style
I have been trying to implement both sign in and Google sign in in a new app that I have been building. But I have been receiving this error. Can someone assist me on this please?
Here is the code for my Login.swift file.
import SwiftUI
import…

Sathish Kumar V
- 7
- 6
-2
votes
1 answer
Swift Compiler Error: Stored properties cannot be marked potentially unavailable with '@available'
After upgraded xCode to v14.0.1 from xCode 13, i got this error and can't run my app anymore, i don't have any idea about how to fix this!
is this an issue with xCode 14?
Error Message:
Swift Compiler Error (Xcode): Stored properties cannot be…

Ahmed AlNeaimy
- 343
- 3
- 14