Questions tagged [xcode13]

This tag should only be used for questions specific to the usage and features of Xcode 13. 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].

459 questions
0
votes
0 answers

Xcode 13.2.1 Command PhaseScriptExecution failed with a nonzero exit code Error

I am trying to generate archive of my project but I am getting the above error. I have already checked the similar problems and made changes but it wasn't solve the problem. I have got successful build on similator. Since my mac is old I am unable…
yarslan
  • 3
  • 2
0
votes
1 answer

How to Manually Import Firebase Frameworks on Xcode 13.4

I've been trying to import updated libraries to my Xcode Project. I have dowloaded the libraries from the official firebase site. I had multiple options but the developer of my App used manually import on the previous libraries. So I couldn't use…
0
votes
0 answers

Hang Risk: Thread running at QOS_CLASS_USER_INTERACTIVE waiting on a lower QoS thread running at QOS_CLASS_DEFAUL showing in Xcode

While trying to build the project in Xcode, its showing successfully build but also showing RISK as showing below in screenshot. Is it high priority to resolve this issue or we should ignore it? What does it mean? It's from installed PODS.
Mr.Javed Multani
  • 12,549
  • 4
  • 53
  • 52
0
votes
0 answers

Delivered local notifications not shown in notification center

I have a SwiftUI app. I created a NotificationCenter class to deliver local notifications, which includes the following function. @MainActor struct NotificationCenter { // Remove deleted items from notification center // Push all new and…
0
votes
0 answers

Resources in Package.swift generated xcodeproject

I need a workspace or project of Package.swift from the terminal. I know xed. can be used to open package.xcworspace. But to work in CI environment I am not sure if it is right cause xed. cannot work headless. The other option I am left with is…
0
votes
0 answers

Corrupt debug symbols found from build generated from XCode14, but it works fine using XCode13

Recently, I had to migrate a project to XCode-14 due to mandatory compliance of Appstore starting April 2023. Now the issue is that, debug symbols generated from build using XCode14 shows corrupted, thus, Firebase is unable to process our crashes.…
Ganesh patro
  • 93
  • 1
  • 5
0
votes
0 answers

How to add different dependencies based on configuration in Build Phases

I am building an XCode project where I have to add a dependency target B_Debug or B_Release for my target A i.e. A depends on B. My target A can have Debug and Release configurations. I have two different targets for B - B_Debug and B_Release. I…
Vivek Mangal
  • 532
  • 1
  • 8
  • 24
0
votes
0 answers

Xcode 13 + 14 how can I get rid of this new dynamic list of "recent" files?

Is it possible to somehow get rid of this dynamic "list" of the recent files marked in red? I only want to see the static tab list of files marked in purple.
0
votes
1 answer

have call api data and Fateh in table view cell

i have run this code but not print any data in console and not get data in my api so no data display in may simulators func downloadJSON(completed: @escaping () -> ()){ let url = URL(string: "https://gydo.me/api/api/User/index") …
0
votes
0 answers

I found build input file error "OIDExternalUserAgentIOSCustomBrowser.m" while running react native project on xcode 13

In react native project, on build i am getting the error Build input file cannot be found this is the file: "OIDExternalUserAgentIOSCustomBrowser.m" on Xcode 13, (Mac M1). I don't have this file in my file folder location. Do i have to include…
0
votes
0 answers

xcodebuild archive failing on Xcode 13.x due to resolving to wrong target header

I have this project with multiple iOS targets. Each target has its own AppDelegate.h and AppDelegate.m which inherits from either AppDelegateBase or AppDelegateServiceBase. I am using Xcode 13.4.1 - the build works fine but archive fails. For Xcode…
0
votes
0 answers

XCode : "Fold All" foldable blocks : functions, if blocks , comments

On XCode (v14.1 RC), in Settings>Key Bindings>Code Folding it is possible to set shurtcut for : Unfolding All, but not fold All is there another way to acheive this? is it possible to create an extension (simple) to do it?
Hassan
  • 313
  • 1
  • 2
  • 12
0
votes
0 answers

xcode 13 building localized version of apps

Looking for best practices for building localized versions of an iPhone app. Here are the specifics: The code is 99% shared across the apps (no more than 2 or 3 different apps). While most of the localization is about language, there will be some…
Jack
  • 2,206
  • 3
  • 18
  • 25
0
votes
1 answer

I can't find the components to add to main.storyboard

I am using Xcode Version 13.4 (13F17a), I am trying to learn iOS development with UIKit but I am unable to find the elements to add to storyboard(ie button, textField) which force me to design programmatically like ` class ButtonDesign:UIButton{ …
donaldjbrewer
  • 83
  • 1
  • 9
0
votes
0 answers

Specify NSPrincipalClass in Xcode 13 for a library project

I need to specify an NSPrincipalClass. This used to be done using an Info.plist but when creating a Library in Xcode 13 an Info.plist is no longer created. Can an NSPrincipalClass be specified in the Package.swift manifest instead? I have not found…
ajeetdl
  • 1,254
  • 1
  • 13
  • 17